karisu commited on
Commit
fc8f38e
·
verified ·
1 Parent(s): f1798ae

Upload config.yaml

Browse files

fixed config for the general model

Files changed (1) hide show
  1. general_2022/config.yaml +7 -7
general_2022/config.yaml CHANGED
@@ -138,7 +138,7 @@ training_settings:
138
  kernel_size:
139
  - 9
140
  - 9
141
- adapt_ts: 0.3
142
  scale_factor: 1
143
  up: true
144
  stitcher:
@@ -150,15 +150,15 @@ training_settings:
150
  reduction: mean
151
  debug_visualiser: null
152
  model:
153
- name: HerdNetTimmDLA
154
- from_torchvision: false
155
  load_from: null
156
  resume_from: null
157
  kwargs:
158
- backbone: timm/dla34
159
- pretrained: true
160
- down_ratio: 2
161
- head_conv: 64
162
  freeze: null
163
  wandb_notes: 'fine tune on full iguana dataset with timm DLA34 model
164
 
 
138
  kernel_size:
139
  - 9
140
  - 9
141
+ adapt_ts: 0.2
142
  scale_factor: 1
143
  up: true
144
  stitcher:
 
150
  reduction: mean
151
  debug_visualiser: null
152
  model:
153
+ name: 'HerdNet'
154
+ from_torchvision: False
155
  load_from: null
156
  resume_from: null
157
  kwargs:
158
+ num_layers: 34
159
+ pretrained: True
160
+ down_ratio: 2 # was two before
161
+ head_conv: 64 # was 64
162
  freeze: null
163
  wandb_notes: 'fine tune on full iguana dataset with timm DLA34 model
164