mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Tests: refactor callbacks (#1688)
* refactor default model * drop redundant seeds * path * refactor callback tests * update * fix sch * wip * fix return * review
This commit is contained in:
@@ -33,7 +33,6 @@ from tests.base import (
|
||||
dict(val_check_interval=10000),
|
||||
])
|
||||
def test_dataloader_config_errors(tmpdir, dataloader_options):
|
||||
tutils.reset_seed()
|
||||
|
||||
class CurrentTestModel(
|
||||
LightTrainDataloader,
|
||||
|
||||
Reference in New Issue
Block a user