mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-12 12:40:20 +08:00
Fix the number of training batches used in the training loop (#653)
* Fix the number of processed training batches * Fix tests * fix tests * fix tests * One more attempt * Fix another test
This commit is contained in:
committed by
William Falcon
parent
7824b5c5f5
commit
12edc3099c
@@ -309,7 +309,7 @@ def test_custom_logger(tmpdir):
|
||||
|
||||
trainer_options = dict(
|
||||
max_epochs=1,
|
||||
train_percent_check=0.01,
|
||||
train_percent_check=0.05,
|
||||
logger=logger,
|
||||
default_save_path=tmpdir
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user