clearml/examples/frameworks/pytorch/requirements.txt

10 lines
194 B
Plaintext
Raw Normal View History

2020-06-15 19:48:51 +00:00
matplotlib
2020-08-08 09:59:03 +00:00
tensorboardX
2020-06-15 19:48:51 +00:00
tensorboard>=1.14.0
torch >= 1.1.0 ; python_version >= '3.8'
torch <= 1.5.1 ; python_version < '3.8'
torchvision
tqdm
jsonschema==3.2.0 ; python_version <= '3.5'
clearml