Forbu14 commited on
Commit
cdc9065
·
verified ·
1 Parent(s): 4fa675a

Upload models_world_shortcut/configs.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. models_world_shortcut/configs.yml +101 -2
models_world_shortcut/configs.yml CHANGED
@@ -91,11 +91,11 @@ model_v1_mtg_world_lightning_shortcut:
91
  model_dir: "models/"
92
  parametrization: "standard"
93
  interpolation: "polynomial"
94
- batch_size: 64
95
  learning_rate: 0.001
96
  num_epochs: 200
97
  seed: 42
98
- sigma_noise_input: 0.
99
  gradient_clip_value: 1.0
100
  dataset_path: "/workspace/dataset"
101
  model:
@@ -136,4 +136,103 @@ model_v2_mtg_world_lightning_shortcut:
136
  embedding_dim: 128
137
  context_frames: 4
138
  num_additional_resnet_blocks: 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  time_emb_dim: 64
 
91
  model_dir: "models/"
92
  parametrization: "standard"
93
  interpolation: "polynomial"
94
+ batch_size: 128
95
  learning_rate: 0.001
96
  num_epochs: 200
97
  seed: 42
98
+ sigma_noise_input: 0.01
99
  gradient_clip_value: 1.0
100
  dataset_path: "/workspace/dataset"
101
  model:
 
136
  embedding_dim: 128
137
  context_frames: 4
138
  num_additional_resnet_blocks: 2
139
+ time_emb_dim: 64
140
+
141
+
142
+ model_v3_mtg_world_lightning_shortcut:
143
+ log_every_n_steps: 5
144
+ save_every_n_epochs: 5
145
+ model_dir: "models/"
146
+ parametrization: "standard"
147
+ interpolation: "polynomial"
148
+ batch_size: 64
149
+ learning_rate: 0.001
150
+ num_epochs: 200
151
+ seed: 42
152
+ gen_steps: 4
153
+ sigma_noise_input: 0.01
154
+ gradient_clip_value: 1.0
155
+ dataset_path: "/workspace/dataset"
156
+ model:
157
+ sat_in_channels: 16
158
+ kpi_in_channels: 1
159
+ sat_out_channels: 16
160
+ kpi_out_channels: 1
161
+ additional_channels: 3
162
+ features: [32, 64, 128, 256]
163
+ context_dim: 5
164
+ embedding_dim: 128
165
+ context_frames: 4
166
+ num_additional_resnet_blocks: 2
167
+ time_emb_dim: 64
168
+ model_correction:
169
+ sat_in_channels: 16
170
+ kpi_in_channels: 1
171
+ sat_out_channels: 16
172
+ kpi_out_channels: 1
173
+ additional_channels: 3
174
+ features: [32, 64, 128, 256]
175
+ context_dim: 5
176
+ embedding_dim: 128
177
+ context_frames: 2
178
+ num_additional_resnet_blocks: 2
179
+ time_emb_dim: 64
180
+
181
+
182
+
183
+ model_v4_mtg_world_lightning_shortcut:
184
+ log_every_n_steps: 5
185
+ save_every_n_epochs: 5
186
+ model_dir: "models/"
187
+ parametrization: "standard"
188
+ interpolation: "polynomial"
189
+ batch_size: 64
190
+ learning_rate: 0.001
191
+ num_epochs: 200
192
+ seed: 42
193
+ gen_steps: 4
194
+ sigma_noise_input: 0.01
195
+ gradient_clip_value: 1.0
196
+ residual: False
197
+ dataset_path: "/workspace/dataset"
198
+ model:
199
+ sat_in_channels: 16
200
+ kpi_in_channels: 1
201
+ sat_out_channels: 16
202
+ kpi_out_channels: 1
203
+ additional_channels: 3
204
+ features: [32, 64, 128, 256]
205
+ context_dim: 5
206
+ embedding_dim: 128
207
+ context_frames: 4
208
+ num_additional_resnet_blocks: 2
209
+ time_emb_dim: 64
210
+
211
+
212
+ model_v5_mtg_world_lightning_shortcut:
213
+ log_every_n_steps: 5
214
+ save_every_n_epochs: 5
215
+ model_dir: "models/"
216
+ parametrization: "standard"
217
+ interpolation: "polynomial"
218
+ batch_size: 64
219
+ learning_rate: 0.001
220
+ num_epochs: 200
221
+ seed: 42
222
+ gen_steps: 4
223
+ sigma_noise_input: 0.005
224
+ gradient_clip_value: 1.0
225
+ residual: True
226
+ dataset_path: "/workspace/dataset"
227
+ model:
228
+ sat_in_channels: 16
229
+ kpi_in_channels: 1
230
+ sat_out_channels: 16
231
+ kpi_out_channels: 1
232
+ additional_channels: 3
233
+ features: [64, 128, 256, 512]
234
+ context_dim: 5
235
+ embedding_dim: 128
236
+ context_frames: 4
237
+ num_additional_resnet_blocks: 2
238
  time_emb_dim: 64