mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-26 14:11:01 +08:00
* removed dependency on pandas, instead use generic csv * remove mnist files, pushed by accident * added docstring and small fixes * Update memory.py * fixed path Co-authored-by: William Falcon <waf2107@columbia.edu>
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
scikit-learn>=0.20.2
|
|
tqdm>=4.35.0
|
|
numpy>=1.16.4
|
|
torch>=1.1
|
|
torchvision>=0.4.0, < 0.5 # the 0.5. has some issues with torch JIT
|
|
tensorboard>=1.14
|
|
future>=0.17.1 # required for builtins in setup.py
|
|
|