We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When losses become very low, the epoch status does not switch to scientific notation. As a result, outputs like this can occur:
Epoch 8/10 - 1/1 [==============================] - 3ms 1ms/step - loss: 0.000000 - size: 3
Where no useful information is given about the current loss.
loss
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When losses become very low, the epoch status does not switch to scientific notation. As a result, outputs like this can occur:
Where no useful information is given about the current
loss
.The text was updated successfully, but these errors were encountered: