Upload config.yaml
Browse filesfixed config for the general model
- 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.
|
| 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:
|
| 154 |
-
from_torchvision:
|
| 155 |
load_from: null
|
| 156 |
resume_from: null
|
| 157 |
kwargs:
|
| 158 |
-
|
| 159 |
-
pretrained:
|
| 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 |
|