Files
deepmind-research/unsupervised_adversarial_training/requirements.txt
T
Alistair Muldal edcd3f3eac Enable Travis tests for unsupervised_adversarial_training
* Pin the version of Tensorflow at >= 1.15. This allows us to remove a workaround that causes breakages for newer versions (we get errors if `AddV2` already has a registered gradient).
* Pin the version of Tensorflow at < 2 since cleverhans <= 3.1.0 doesn't properly support TF2
* Pin the version of cleverhans between 3.0.1 and 3.1.0. Versions newer than 3.1.0 will no longer support TF1.
* Comment out the dependency on `tensorflow-gpu` as it's not a strict requirement, and it does nothing for us on Travis.

PiperOrigin-RevId: 368241595
2021-04-13 21:06:33 +01:00

8 lines
171 B
Plaintext

absl-py>=0.7.0
cleverhans>=3.0.1,<=3.1.0
numpy>=1.16.4
pillow>=4.3.0
tensorflow>=1.15,<2
# tensorflow-gpu >= 1.15.0,<2 # GPU version of TensorFlow.
tensorflow-hub>=0.5.0