I believe there's a typo in configs/trainer/debug.yaml
, callbacks
should be overwritten using the no_checkpoints.yaml file.
defaults:
- default.yaml
- override callbacks: no_checkpoints
min_epochs: 1
max_epochs: 2
# prints
profiler: null
# debugs
fast_dev_run: true
overfit_batches: 0
limit_val_batches: 1.0
limit_test_batches: 1.0
detect_anomaly: true
enable_checkpointing: false