Spaces:
Running on Zero
Running on Zero
File size: 204 Bytes
eb07486 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # @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
|