-
Notifications
You must be signed in to change notification settings - Fork 145
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
Why does the color change? #48
Comments
I also have encountered this, and after I train more epoches, the whole image goes into totally black. |
I have solved my own problem. In my case, the change in the color is caused by under-fitting. And the black proble is caused by a wrong cell value. Hope my experience can solve you problem. |
How is the black problem solved? Does under-fitting mean training for a long time, or changing certain parameters? Thank you. |
I just trained more epoches and the problem was solved. (I was just verifying my code, so I just trained 5 epoches at first) |
@RisingEntropy Hello! May I know how long does the code takes to train 1 epoch? Thanks in advance! |
The text was updated successfully, but these errors were encountered: