1
0

debug.yaml 301 B

123456789101112131415161718192021
  1. defaults:
  2. - default.yaml
  3. gpus: 0
  4. min_epochs: 1
  5. max_epochs: 2
  6. # prints
  7. weights_summary: "full"
  8. profiler: null
  9. # debugs
  10. fast_dev_run: true
  11. num_sanity_val_steps: 2
  12. overfit_batches: 0
  13. limit_train_batches: 1.0
  14. limit_val_batches: 1.0
  15. limit_test_batches: 1.0
  16. track_grad_norm: -1
  17. terminate_on_nan: true