-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdvc.lock
More file actions
532 lines (532 loc) · 30.7 KB
/
dvc.lock
File metadata and controls
532 lines (532 loc) · 30.7 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
download_time_series:
cmd: python repro/downloads/time_series/download_time_series_dataset.py
deps:
- path: repro/downloads/time_series/download_time_series_dataset.py
md5: fdbf8c7e447ab38fa40aa7ff3d428668
outs:
- path: data/ts/
md5: f9e886d2692c5611a3839fe3dab9d187.dir
generate_toy_cloud_removal_dataset:
cmd: source repro/toy-data/cloud_removal/generate_toy_cloud_removal_dataset.sh
deps:
- path: data/ts/Multivariate_ts/Epilepsy/Epilepsy_TEST.ts
md5: 603bf7354d26d8af695dd191486fc3b0
- path: data/ts/Multivariate_ts/Epilepsy/Epilepsy_TRAIN.ts
md5: 5a91e56945516fe08b857ad5c94337b2
- path: data/ts/Multivariate_ts/RacketSports/RacketSports_TEST.ts
md5: 965e15556649bbd106a480716b765977
- path: data/ts/Multivariate_ts/RacketSports/RacketSports_TRAIN.ts
md5: 4d6b5d3351de0361216da67e77cbeaff
- path: run_toy_derivation.py
md5: bd6d9a4dc07aa7e74e67172d117f8e0f
- path: run_toy_generation.py
md5: 9567eb72dae1cbde559f8a329c74df1c
- path: src/toygeneration/config/cloud_removal/optical/derivation_clean_optical.yaml
md5: da680a430cf951487bd5d3b2a1f8a2c9
- path: src/toygeneration/config/cloud_removal/optical/derivation_clouded_optical.yaml
md5: 96c56353c33435ef7466c91c067e2d92
- path: src/toygeneration/config/cloud_removal/optical/generation_latent_optical.yaml
md5: d7fb8fb66ea6964e4c3e54b256a9772d
- path: src/toygeneration/config/cloud_removal/sar/derivation_sar.yaml
md5: f0d112826688b7211e64032028014cb4
- path: src/toygeneration/config/cloud_removal/sar/generation_latent_sar.yaml
md5: 286a21837aca9b86020ef779af9e43a1
outs:
- path: data/toy/cloud_removal/
md5: 35482cea245855890d68e0735094b958.dir
train_cgan_toy_cloud_removal_seed_17:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --experiment_name=seed_17 --seed=17
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: 6b28f962394e9ffe8bdfdf0679c03d79
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_17/run
md5: 98bf09bc8d6bd33be04d88d00c408c18.dir
train_cgan_toy_cloud_removal_seed_37:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --experiment_name=seed_37 --seed=37
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: 6b28f962394e9ffe8bdfdf0679c03d79
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_37/run
md5: 4f9557cd5bd314d31ce8ceaf5a9d5aaa.dir
train_cgan_toy_cloud_removal_seed_43:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --experiment_name=seed_43 --seed=43
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: 6b28f962394e9ffe8bdfdf0679c03d79
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_43/run
md5: 049a600dcc235cfbb2a00d50714cbf5b.dir
train_cgan_toy_cloud_removal_seed_73:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --experiment_name=seed_73 --seed=73
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: 6b28f962394e9ffe8bdfdf0679c03d79
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_73/run
md5: ed8ffaeda046ba414ebeb9c11f2a249e.dir
train_cgan_toy_cloud_removal_seed_101:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --experiment_name=seed_101 --seed=101
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: 6b28f962394e9ffe8bdfdf0679c03d79
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_101/run
md5: 2b688d311da1b58ca18109193e3fe342.dir
test_cgan_toy_cloud_removal_seed_17:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml
--o=data/experiments_outputs/cgan_toy_cloud_removal/seed_17/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --chkpt=data/experiments_outputs/cgan_toy_cloud_removal/seed_17/checkpoints/epoch=42.ckpt
--classifier=data/experiments_outputs/cgan_toy_cloud_removal/seed_17/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_17/checkpoints/epoch=42.ckpt
md5: 78c8ccbc57ea72452eaf5bc841c8bdbf
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_17/run
md5: 98bf09bc8d6bd33be04d88d00c408c18.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_17/eval
md5: 62fbfb88d6575eb5a312f981b6c47afb.dir
test_cgan_toy_cloud_removal_seed_37:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml
--o=data/experiments_outputs/cgan_toy_cloud_removal/seed_37/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --chkpt=data/experiments_outputs/cgan_toy_cloud_removal/seed_37/checkpoints/epoch=62.ckpt
--classifier=data/experiments_outputs/cgan_toy_cloud_removal/seed_37/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_37/checkpoints/epoch=62.ckpt
md5: 21e8732d8a4e7dce46074bd5ac39860c
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_37/run
md5: 4f9557cd5bd314d31ce8ceaf5a9d5aaa.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_37/eval
md5: 45148ef80dedd906d5db88fedd76c6e8.dir
test_cgan_toy_cloud_removal_seed_43:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml
--o=data/experiments_outputs/cgan_toy_cloud_removal/seed_43/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --chkpt=data/experiments_outputs/cgan_toy_cloud_removal/seed_43/checkpoints/epoch=60.ckpt
--classifier=data/experiments_outputs/cgan_toy_cloud_removal/seed_43/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_43/checkpoints/epoch=60.ckpt
md5: 6fa99977c3717271faf9e0cd751e1abc
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_43/run
md5: 049a600dcc235cfbb2a00d50714cbf5b.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_43/eval
md5: c7c7be743d924e238710ce8415c494c8.dir
test_cgan_toy_cloud_removal_seed_73:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml
--o=data/experiments_outputs/cgan_toy_cloud_removal/seed_73/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --chkpt=data/experiments_outputs/cgan_toy_cloud_removal/seed_73/checkpoints/epoch=63.ckpt
--classifier=data/experiments_outputs/cgan_toy_cloud_removal/seed_73/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_73/checkpoints/epoch=63.ckpt
md5: 8dc441a856ff6fd07b4d4f39f8078bcc
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_73/run
md5: ed8ffaeda046ba414ebeb9c11f2a249e.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_73/eval
md5: 72dbc20f02c6a6989211a67bc8cdf8d1.dir
test_cgan_toy_cloud_removal_seed_101:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml
--o=data/experiments_outputs/cgan_toy_cloud_removal/seed_101/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_toy.yaml --o=data/experiments_outputs/cgan_toy_cloud_removal
--device=1 --chkpt=data/experiments_outputs/cgan_toy_cloud_removal/seed_101/checkpoints/epoch=61.ckpt
--classifier=data/experiments_outputs/cgan_toy_cloud_removal/seed_101/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_101/checkpoints/epoch=61.ckpt
md5: 9dcc4539b7de47a87ce66058025524e8
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_101/run
md5: 2b688d311da1b58ca18109193e3fe342.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_toy.yaml
md5: da4aa7aae8e155d5c3b5cd93946c49c7
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_toy_cloud_removal/seed_101/eval
md5: 7ae6d617b484fc2866a41ce6b1119073.dir
train_cgan_toy_upper_bound_seed_17:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --experiment_name=seed_17
--seed=17
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 5ece5ec6fccc20206c867d4b89d359e9
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_17/run
md5: 64eb7012cf68de0162dea5df42317048.dir
train_cgan_toy_upper_bound_seed_43:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --experiment_name=seed_43
--seed=43
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 7de88b1e490c97e5f280158233e4fe46
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_43/run
md5: 4031aae60da9b9aeb9116c682cc9e422.dir
train_cgan_toy_upper_bound_seed_73:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --experiment_name=seed_73
--seed=73
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 7de88b1e490c97e5f280158233e4fe46
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_73/run
md5: 65f19c0cc8595441ef67decf67e681ca.dir
train_cgan_toy_upper_bound_seed_101:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --experiment_name=seed_101
--seed=101
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 7de88b1e490c97e5f280158233e4fe46
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_101/run
md5: f1ab8c3634816d697d067a522964a023.dir
test_cgan_toy_upper_bound_seed_17:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy/seed_17/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --chkpt=data/experiments_outputs/cgan_upper_bound_toy/seed_17/checkpoints/epoch=44.ckpt
--classifier=data/experiments_outputs/cgan_upper_bound_toy/seed_17/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_17/checkpoints/epoch=44.ckpt
md5: 77f589269281730dac096c02e1552f10
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_17/run
md5: 64eb7012cf68de0162dea5df42317048.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 7de88b1e490c97e5f280158233e4fe46
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_17/eval
md5: 9369734d23b6fb76f23ec21c3be982a6.dir
test_cgan_toy_upper_bound_seed_37:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy/seed_37/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --chkpt=data/experiments_outputs/cgan_upper_bound_toy/seed_37/checkpoints/epoch=9.ckpt
--classifier=data/experiments_outputs/cgan_upper_bound_toy/seed_37/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_37/checkpoints/epoch=9.ckpt
md5: 55a4bc5cfaf3b8d9927b3f4e881dcbed
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_37/run
md5: 8e130936392c6f88272f2a7be1df3f36.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 7de88b1e490c97e5f280158233e4fe46
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_37/eval
md5: 453685a8e3f5ea49599fcf9aa8b4d00c.dir
test_cgan_toy_upper_bound_seed_43:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy/seed_43/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --chkpt=data/experiments_outputs/cgan_upper_bound_toy/seed_43/checkpoints/epoch=26.ckpt
--classifier=data/experiments_outputs/cgan_upper_bound_toy/seed_43/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_43/checkpoints/epoch=26.ckpt
md5: 246b3f08de3322f91d458a7b653a7acd
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_43/run
md5: 4031aae60da9b9aeb9116c682cc9e422.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 7de88b1e490c97e5f280158233e4fe46
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_43/eval
md5: 5f53e4c40a253d1fa22c665d1d654a26.dir
test_cgan_toy_upper_bound_seed_73:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy/seed_73/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --chkpt=data/experiments_outputs/cgan_upper_bound_toy/seed_73/checkpoints/epoch=31.ckpt
--classifier=data/experiments_outputs/cgan_upper_bound_toy/seed_73/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_73/checkpoints/epoch=31.ckpt
md5: b18797980615cbf61d7d6a7865c86df7
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_73/run
md5: 65f19c0cc8595441ef67decf67e681ca.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 7de88b1e490c97e5f280158233e4fe46
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_73/eval
md5: bf3fc167320b049473c6ef3dc04f20bd.dir
test_cgan_toy_upper_bound_seed_101:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy/seed_101/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
--o=data/experiments_outputs/cgan_upper_bound_toy --device=1 --chkpt=data/experiments_outputs/cgan_upper_bound_toy/seed_101/checkpoints/epoch=40.ckpt
--classifier=data/experiments_outputs/cgan_upper_bound_toy/seed_101/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_101/checkpoints/epoch=40.ckpt
md5: abf2b7fc4b668af207d39e286563bfe7
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_101/run
md5: f1ab8c3634816d697d067a522964a023.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_upper_bound_toy.yaml
md5: 7de88b1e490c97e5f280158233e4fe46
- path: src/rsgan/experiments/cloud_removal/cgan_toy_cloud_removal.py
md5: cd03f9341dc7c67973d70333e246f7ed
outs:
- path: data/experiments_outputs/cgan_upper_bound_toy/seed_101/eval
md5: 65b50c7b1d9a1bc9f252cfd5a12217e2.dir
train_cgan_frame_recurrent_toy_cloud_removal_seed_17:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--experiment_name=seed_17 --seed=17
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: 5b8c39f304a7d7f265b80f3ffe1dfcaf
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_17/run
md5: 3a812ba96694506540d53415e0c21c65.dir
train_cgan_frame_recurrent_toy_cloud_removal_seed_37:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--experiment_name=seed_37 --seed=37
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: 5b8c39f304a7d7f265b80f3ffe1dfcaf
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_37/run
md5: 9784589244a64b026b8a3a4e27997900.dir
train_cgan_frame_recurrent_toy_cloud_removal_seed_43:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--experiment_name=seed_43 --seed=43
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: 5b8c39f304a7d7f265b80f3ffe1dfcaf
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_43/run
md5: 77c1387842b0e47ada40f2c7fd5e5ef8.dir
train_cgan_frame_recurrent_toy_cloud_removal_seed_73:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--experiment_name=seed_73 --seed=73
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: 5b8c39f304a7d7f265b80f3ffe1dfcaf
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_73/run
md5: 8a0ef02ebe0167345aa723a34bf48554.dir
train_cgan_frame_recurrent_toy_cloud_removal_seed_101:
cmd: python run_training.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--experiment_name=seed_101 --seed=101
deps:
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: 5b8c39f304a7d7f265b80f3ffe1dfcaf
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_101/run
md5: 3f038967425da535af7371f35bb47798.dir
test_cgan_frame_recurrent_toy_cloud_removal_seed_17:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_17/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--chkpt=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_17/checkpoints/epoch=62.ckpt
--classifier=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_17/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_17/checkpoints/epoch=62.ckpt
md5: f0ea1b81d9c26799fdabe6e591c8c977
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_17/run
md5: 3a812ba96694506540d53415e0c21c65.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: ee5a583e1d20d2b4ad80b9647b56533d
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_17/eval
md5: e241a3b8aff6056b2242ba439efcc734.dir
test_cgan_frame_recurrent_toy_cloud_removal_seed_37:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_37/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--chkpt=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_37/checkpoints/epoch=59.ckpt
--classifier=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_37/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_37/checkpoints/epoch=59.ckpt
md5: 5a197944deebc630b348d48fda1d13a5
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_37/run
md5: 9784589244a64b026b8a3a4e27997900.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: ee5a583e1d20d2b4ad80b9647b56533d
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_37/eval
md5: 64ad86b406b5e2800c9713448a9d1f66.dir
test_cgan_frame_recurrent_toy_cloud_removal_seed_43:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_43/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--chkpt=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_43/checkpoints/epoch=59.ckpt
--classifier=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_43/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_43/checkpoints/epoch=59.ckpt
md5: dd15cfd927d611c551940519058d71f5
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_43/run
md5: 77c1387842b0e47ada40f2c7fd5e5ef8.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: ee5a583e1d20d2b4ad80b9647b56533d
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_43/eval
md5: 722bb5481af366e94dcd362942b496c0.dir
test_cgan_frame_recurrent_toy_cloud_removal_seed_73:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_73/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--chkpt=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_73/checkpoints/epoch=61.ckpt
--classifier=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_73/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_73/checkpoints/epoch=61.ckpt
md5: a43dd4f24dfe9952e7803fe299bfbec8
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_73/run
md5: 8a0ef02ebe0167345aa723a34bf48554.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: ee5a583e1d20d2b4ad80b9647b56533d
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_73/eval
md5: 4df7c5898a0cee7cd4e9386930e3f94c.dir
test_cgan_frame_recurrent_toy_cloud_removal_seed_101:
cmd: python make_reference_classifier.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_101/eval/reference_classifier/classifier.pickle &&
python run_testing.py --cfg=src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
--o=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal --device=1
--chkpt=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_101/checkpoints/epoch=59.ckpt
--classifier=data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_101/eval/reference_classifier/classifier.pickle
deps:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_101/checkpoints/epoch=59.ckpt
md5: 2b01fc778ca6345d28dad6e607382005
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_101/run
md5: 3f038967425da535af7371f35bb47798.dir
- path: data/toy/cloud_removal
md5: 35482cea245855890d68e0735094b958.dir
- path: src/rsgan/config/cloud_removal/cgan_frame_recurrent_toy.yaml
md5: 2b7b9b8f7a9760ab52b4b56005b1704c
- path: src/rsgan/experiments/cloud_removal/cgan_frame_recurrent_toy_cloud_removal.py
md5: ee5a583e1d20d2b4ad80b9647b56533d
outs:
- path: data/experiments_outputs/cgan_frame_recurrent_toy_cloud_removal/seed_101/eval
md5: e39876963fdaec7f64308a5463a4b4da.dir