summaryrefslogtreecommitdiff
path: root/training/conf/trainer/default.yaml
blob: 3a88c6a8879bfcb3f70c9969e0380444350f31af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# @package _group_
seed: 4711
load_checkpoint: null 
wandb: false
tune: false
train: true
test: true
logging: INFO
args:
    stochastic_weight_avg: false
    auto_scale_batch_size: binsearch
    auto_lr_find: false
    gradient_clip_val: 0
    fast_dev_run: false
    gpus: 1
    precision: 16
    max_epochs: 64
    terminate_on_nan: true
    weights_summary: top