-
Notifications
You must be signed in to change notification settings - Fork 30
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
Training from scratch. #11
Comments
I meet the same problem, the color of the image was distorted at level 1. |
@Unknow-dev hi, have you found a solution? I tried to modify loss function into L1*100, and adjust the lr of level-1, but it did not work. If you find the reason, could you share it with me? Thank you. |
@Unknow-dev Hi, I recommend using the PyTorch code for training, and the author provides a basic version that requires modifications to level1 and level2. Unfortunately, the Tensorflow code I trained three times has gradient explosion that caused color distortion at level 1. |
|
@chenquan-hdu Hi, have you found a solution to the problem of image color distortion? If you find the solution, could you share it with me? Thank you! |
Hi, |
@chenquan-hdu , Thanks for your information. |
Hi @aiff22,
Im training from scratch with EBB dataset, result at train_iters 40000 of level 1 is wrong, like this:
https://ibb.co/bByGP4T
Is it normally?
Should i continue training to 100000 iters as your recommend?
Thanks.
The text was updated successfully, but these errors were encountered: