optax
optax copied to clipboard
Remove TF dependency in adversarial_training example
This PR removes Tensorflow as a dependency in adversarial_training.ipynb
, and uses only TFDS, with grain for loading and preparing the dataset.
Addressing issue #656
@mmhamdy : now that grain has builds for 3.9 (https://pypi.org/project/grain-nightly/0.0.6/#files), can you update with master to see if the tests pass?
Great! But I think we need to start with #768 in which I've added grain as doc dependency. I've updated it and it has passed all tests successfully 🚀