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

Typo on README??? #9

Open
choyjeff opened this issue Sep 18, 2018 · 3 comments
Open

Typo on README??? #9

choyjeff opened this issue Sep 18, 2018 · 3 comments

Comments

@choyjeff
Copy link

hi,

should it be
$ ./train.py checkpoint-folder --all --hps dist_loss=10,n_epochs=70
instead of
$ ./train.py checkpoint-folder --all --hps dice_loss=10,n_epochs=70

Thank you!

@lopuhin
Copy link
Owner

lopuhin commented Sep 18, 2018

Hi, I think it's dice_loss, it's defined here

dice_loss = attr.ib(default=0.0)
(although both are valid hyperparameters)

@choyjeff
Copy link
Author

It is because based on "Your program doesn't work. #2" issue,

if i don't set args to "dist_loss=10,n_epochs=70" , i will run into error.

Thank you for your help!

@lopuhin
Copy link
Owner

lopuhin commented Sep 18, 2018

Ah I see - as I recall, dist_loss was something quite specific and not used by default, but I may be wrong here.

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

2 participants