-
Notifications
You must be signed in to change notification settings - Fork 0
Eval only and batch normalization #2
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
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to make the number of epochs 10k, and also before launching this script, please write one with the old unet to make sure we are doing everything correctly
jean_zay/submitit/understanding-unets/eval_only_unet_training.py
Outdated
Show resolved
Hide resolved
jean_zay/submitit/understanding-unets/eval_only_unet_training.py
Outdated
Show resolved
Hide resolved
jean_zay/submitit/understanding-unets/eval_only_unet_training.py
Outdated
Show resolved
Hide resolved
jean_zay/submitit/understanding-unets/eval_only_unet_training.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Zaccharie Ramzi <[email protected]>
Co-authored-by: Zaccharie Ramzi <[email protected]>
Co-authored-by: Zaccharie Ramzi <[email protected]>
Co-authored-by: Zaccharie Ramzi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last few mistakes
jean_zay/submitit/understanding-unets/exact_recon_unet_training.py
Outdated
Show resolved
Hide resolved
jean_zay/submitit/understanding-unets/eval_only_unet_training.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Zaccharie Ramzi <[email protected]>
Co-authored-by: Zaccharie Ramzi <[email protected]>
In this PR:
bn
(batch normalization) andexact_recon
are added to the U-net submission scriptexact_recon_unet_training.py
.eval_only_unet_training.py
is created.