mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
* CI: split tests-examples * tests without template * comment depends * CircleCI typo * add doctest * update test req. * CI tests * setup macOS * longer train * lover pred acc * fix model * rename default model * lower tests acc * typo * imports * fix test optimizer * update calls * fix Win * lower Drone image * fix call * pytorch image * fix test * add dev image * add dev image * update image * drone volume * lint * update test notes * rename tests/models >> tests/base * group models * conftest * optim imports * typos * fix import * fix tests * install AMP * tests * fix import
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
# the default package dependencies
|
|
|
|
tqdm>=4.41.0
|
|
numpy>=1.16.4
|
|
torch>=1.1
|
|
tensorboard>=1.14
|
|
future>=0.17.1 # required for builtins in setup.py
|
|
|