File size: 251 Bytes
d7a991a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
_target_: pytorch_lightning.Trainer

default_root_dir: ${paths.output_dir}

accelerator: cpu
devices: 1

# set True to to ensure deterministic results
# makes training slower but gives more reproducibility than just setting seeds
deterministic: False