-
Notifications
You must be signed in to change notification settings - Fork 2k
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
UserWarning: The TensorBoard callback batch_size
argument (for histogram computation) is deprecated with TensorFlow 2.0. It will be ignored.
#1251
Comments
Duplicate of #1239 |
Ah I see. I don't know about that, Tensorboard is not working in tensorflow 2.1. How did you get around issue #1239 . |
@hgaiser I dissabled it as you recommended. |
But you still see this warning? Curious ... =\ |
Well, no, i don't get the warning if i use that option. |
Then I'm confused, without that option you can't use |
i got the warning before to use that option; i tested your advice(using this option) and i don't get this warning anymore. |
This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
I'm testing this repository again and i found this warning while I'm training the net:
UserWarning: The TensorBoard callback
batch_sizeargument (for histogram computation) is deprecated with TensorFlow 2.0. It will be ignored.
what is it about?
The text was updated successfully, but these errors were encountered: