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
Batch and epoch metrics under the test namespace are identical
Example runs:
Here is a reproducible script: https://colab.research.google.com/github/neptune-ai/examples/blob/master/integrations-and-supported-tools/tensorflow-keras/notebooks/Neptune_TensorFlow_Keras.ipynb
Log precise metrics at epoch and batch levels.
The text was updated successfully, but these errors were encountered:
We get those metrics from TensorFlow, so cannot fix this on our side. Maybe this should be clarified with TensorFlow developers?
Sorry, something went wrong.
@twolodzko my bad actually. There is no bug.
I haven't touched TF issues since a few months ago and didn't prime my brain for this throwback
I ran a few experiments and found out I confused the two.
twolodzko
kshitij12345
No branches or pull requests
Describe the bug
Batch and epoch metrics under the test namespace are identical
Example runs:
Reproduction
Here is a reproducible script:
https://colab.research.google.com/github/neptune-ai/examples/blob/master/integrations-and-supported-tools/tensorflow-keras/notebooks/Neptune_TensorFlow_Keras.ipynb
Expected behaviour
Log precise metrics at epoch and batch levels.
The text was updated successfully, but these errors were encountered: