clearml/examples/frameworks/pytorch/requirements.txt

13 lines
311 B
Plaintext
Raw Normal View History

2024-02-22 10:25:32 +00:00
clearml>=1.14.4
jsonschema==3.2.0 ; python_version <= '3.5'
2020-06-15 19:48:51 +00:00
matplotlib
pytorch-ignite
2023-11-05 19:00:04 +00:00
tensorboard<=2.11.2 ; python_version <= '3.7'
tensorboard>2.11.2 ; python_version > '3.7'
tensorboardX
torch>=1.1.0
torchvision>=0.3.0
tqdm
2023-11-05 19:00:04 +00:00
protobuf==3.20.* ; python_version <= '3.7'
protobuf>=4.21.1 ; python_version > '3.7'