1
0

default.yaml 142 B

1234567
  1. _target_: pytorch_lightning.Trainer
  2. # set `gpu` to train on GPU, null to train on CPU only
  3. accelerator: null
  4. min_epochs: 1
  5. max_epochs: 1000