mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-23 13:40:39 +08:00
* Added max number of steps in Trainer * Added docstring * Fix flake8 errors * Clarified docstrings * Fixed flake8 error * Added min_steps to Trainer * Added steps and epochs test * flake8 * minor fix * fix steps test in test_trainer * Split steps test into 2 tests * Refactor steps test * Update test_trainer.py * Minor in test_trainer.py * Update test_trainer.py * Address PR comments * Minor Co-authored-by: William Falcon <waf2107@columbia.edu>