forked from andregraubner/ClimateNet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
48 lines (39 loc) · 732 Bytes
/
Copy pathconfig.yaml
File metadata and controls
48 lines (39 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[path]
data_path: <path to data>
repo_path: <path to repository>
log_path: ./cl/checkpoints/
eval_checkpoint: epoch=23-step=1176.ckpt
[wandb]
log_wandb: False
entity: <entity>
project: <project>
[trainer]
gpus: 1
min_epochs: 1
max_epochs: 3,3,3,3,3,3,6
auto_lr_find: True
auto_scale_batch_size: False
precision: 16
max_time: 00:23:50:00
[model]
loss: focal
segmentation_model: deeplabv3+
backbone: resnet18
learning_rate: 1e-3
pretrained: True
learning_rate_schedule_patience: 10
encoder_weights: imagenet
num_classes: 3
[datamodule]
batch_size: 32
num_workers: 1
[cl]
mode: cl
patch_size: 128
stride: 90
extract: False
max_nr_patches: 5
var_list: TMQ,U850,V850,PRECT
nr_stages: 7
[logging]
log_nr: <experiment number>