summaryrefslogtreecommitdiff
path: root/training/conf/trainer/default.yaml
blob: 6112cd86d8ab696c3d5059f6fa51256d9de77bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_target_: pytorch_lightning.Trainer
auto_scale_batch_size: binsearch
auto_lr_find: false
gradient_clip_val: 0.5
fast_dev_run: false
gpus: 1
precision: 16
max_epochs: 256
limit_train_batches: 1.0
limit_val_batches: 1.0
limit_test_batches: 1.0
resume_from_checkpoint: null
accumulate_grad_batches: 1
overfit_batches: 0