Pretrain, finetune ANY AI model of ANY size on 1 or 10,000+ GPUs with zero code changes.
COMMITS
/ tests/trainer/test_config_validator.py October 26, 2021
R
Raise `MisconfigurationException` if `trainer.eval` is missing required methods (#10016)
Rohit Gupta committed
September 6, 2021
J
CI: precommit - docformatter (#8584)
Jirka Borovec committed
July 26, 2021
C
Replace `yapf` with `black` (#7783)
Carlos Mocholí committed
June 15, 2021
C
Standardize positional datamodule and argument names (#7431)
Carlos Mocholí committed
June 3, 2021
A
validate manual optimization and supported features before running training (#7788)
Adrian Wälchli committed
March 21, 2021
K
Add trainer.predict config validation (#6543)
Kaushik B committed
March 11, 2021
E
Add Trainer.validate(…) method to run one validation epoch (#4948)
Elia Cereda committed
February 11, 2021
A
remove executable bit on source files (#5929)
Adrian Wälchli committed
February 8, 2021
J
Refactor simplify tests (#5861)
Jirka Borovec committed
January 14, 2021
A
Fix pre-commit isort failure on tests/trainer/*.py (#5421)
Arnaud Gelas committed
October 13, 2020
W
notices (#4118)
William Falcon committed
August 6, 2020
J
clean tests imports (#2834)
Jirka Borovec committed
July 25, 2020
N
Enable val/test loop disabling + datamodule tests (#2692)
Nathan Raw committed