summaryrefslogtreecommitdiff
path: root/training/conf/trainer/default.yaml
blob: 82afd930dd90830bbe783b1e6e7f5bc132e73a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# @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
    gradient_clip_val: 0
    fast_dev_run: false
    gpus: 1
    precision: 16
    max_epochs: 64
    terminate_on_nan: true
    weights_summary: top