File size: 121 Bytes
d2e7940 |
1 2 3 4 5 6 7 8 9 10 11 |
# @package _global_
# overfits to 3 batches
defaults:
- default.yaml
trainer:
max_epochs: 20
overfit_batches: 3
|
d2e7940 |
1 2 3 4 5 6 7 8 9 10 11 |
# @package _global_
# overfits to 3 batches
defaults:
- default.yaml
trainer:
max_epochs: 20
overfit_batches: 3
|