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

Why does the training stop automatically after about 7 to 10 epochs? #6

Open
glorioustory opened this issue Feb 19, 2022 · 0 comments

Comments

@glorioustory
Copy link

Hi, thanks for the work!
I train the model use tensorflow2.2.0-gpu, datasets contain about 39000 images, input dataset with mask and output dataset without mask, After 7-10 normal epochs, the program exits directly without prompt, The final print is after the test.

33/33 [==============================] - 11s 321ms/step - loss: 0.0150 - acc: 0.1446 - recall: 0.9332 - precision: 1.0000
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile

  • TEST -> LOSS: 0.0150, ACC: 0.1446, RECALL: 0.9332, PRECISION: 1.0000

Other exits are also in this place. Why is this?

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