You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scale and learning rate is set to 1e-2, which leads to very slow convergence compared to 1-e1.
It uses tensorflow-datasets, which does not support Python 3.14. And since JAX replaces TensorFlow the dependency on an (outdated?) framework is odd.
The code is quite different from mnist_classifier.py and mnist_classifier_fromscratch.py so it's difficult to know whether it reflects current best practices or not. In particular, random numbers are handled differently in the scripts in the examples directory.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The notebook on training on MNIST with JAX (https://docs.jax.dev/en/latest/notebooks/neural_network_with_tfds_data.html) has several problems:
mnist_classifier.pyandmnist_classifier_fromscratch.pyso it's difficult to know whether it reflects current best practices or not. In particular, random numbers are handled differently in the scripts in theexamplesdirectory.Beta Was this translation helpful? Give feedback.
All reactions