-
Notifications
You must be signed in to change notification settings - Fork 138
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
incoherent tensorflow version #5
Comments
Thanks for pointing this out. With which Tensorflow version do you see the small number of training samples? |
2.3.1 At this point I am not sure it's really a smaller number of samples (the accuracy in the end is almost identical), maybe there's just a change in what is printed out? This is my output: Epoch 1/30 and this is the corresponding output in the notebook: Epoch 1/30 |
Digging around a bit more I can confirm that the number of training samples is the same, but TF 2.1 prints the number of samples while TF 2.3 prints the number of batches. The functionality remains the same, however I think it would be better to align the env file with what is used on jupiter hub. |
Thanks for chasing it down!
I agree, I will update the Hub image soon. |
Hi,
in environment.yaml Tensorflow version 2.3.1 is required. However when I run the notebooks on jupiter hub this happens:
This is the cause of a weird problem I am seeing when I run the code locally on my machine, i.e. a different number of training samples with respect to what is used on jupiter hub.
The text was updated successfully, but these errors were encountered: