14 lines
204 B
YAML
14 lines
204 B
YAML
# @package _global_
|
|
|
|
# overfits to 3 batches
|
|
|
|
defaults:
|
|
- default
|
|
|
|
trainer:
|
|
max_epochs: 20
|
|
overfit_batches: 3
|
|
|
|
# model ckpt and early stopping need to be disabled during overfitting
|
|
callbacks: null
|