Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L1 loss on validation data #200

Open
heidotrofimov opened this issue Dec 1, 2020 · 0 comments
Open

L1 loss on validation data #200

heidotrofimov opened this issue Dec 1, 2020 · 0 comments

Comments

@heidotrofimov
Copy link

I modified the tensorflow 2 version of the code so that it now computes two L1 losses while training, one on training data and other on validation data. The code can be accessed here: #199

Would be nice if someone reviews the code and affirms that it does the right thing (I believe it does). It will use the generator twice, once on training data and once on validation data, and will compute accordingly two different L1 losses. Only the training data results are used in subsequent model training.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant