Spaces:
Runtime error
Runtime error
File size: 204 Bytes
12bfd03 |
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
|