File size: 252 Bytes
2f044c1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
seed: 15
trainer:
_target_: lightning.Trainer
devices:
- 0
precision: "16-mixed"
max_steps: 5000
val_check_interval: 1.0
num_sanity_val_steps: 0
limit_val_batches: 1
gradient_clip_val: 1.0
accumulate_grad_batches: 16
ckpt_path:
|