decrease epochs
This commit is contained in:
parent
e06ba07889
commit
0787d946da
|
|
@ -23,7 +23,7 @@ limit_test_batches: 1.0
|
||||||
limit_train_batches: 1.0
|
limit_train_batches: 1.0
|
||||||
limit_val_batches: 1.0
|
limit_val_batches: 1.0
|
||||||
log_every_n_steps: 50
|
log_every_n_steps: 50
|
||||||
max_epochs: 100
|
max_epochs: 10
|
||||||
max_steps: null
|
max_steps: null
|
||||||
max_time: null
|
max_time: null
|
||||||
min_epochs: 1
|
min_epochs: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue