BiliSakura commited on
Commit
cbe01d4
·
verified ·
1 Parent(s): 1a273d4

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. ImageNet256/scheduler/scheduler_config.json +7 -0
  2. ImageNet256/source_unet/config.json +20 -0
  3. ImageNet256/target_unet/config.json +20 -0
  4. Synthetic-log2D0-to-log2D1/scheduler/scheduler_config.json +7 -0
  5. Synthetic-log2D0-to-log2D1/source_unet/config.json +13 -0
  6. Synthetic-log2D0-to-log2D1/target_unet/config.json +13 -0
  7. Synthetic-log2D0-to-log2D2/scheduler/scheduler_config.json +7 -0
  8. Synthetic-log2D0-to-log2D2/source_unet/config.json +13 -0
  9. Synthetic-log2D0-to-log2D2/target_unet/config.json +13 -0
  10. Synthetic-log2D0-to-log2D3/scheduler/scheduler_config.json +7 -0
  11. Synthetic-log2D0-to-log2D3/source_unet/config.json +13 -0
  12. Synthetic-log2D0-to-log2D3/target_unet/config.json +13 -0
  13. Synthetic-log2D0-to-log2D4/scheduler/scheduler_config.json +7 -0
  14. Synthetic-log2D0-to-log2D4/source_unet/config.json +13 -0
  15. Synthetic-log2D0-to-log2D4/target_unet/config.json +13 -0
  16. Synthetic-log2D0-to-log2D5/scheduler/scheduler_config.json +7 -0
  17. Synthetic-log2D0-to-log2D5/source_unet/config.json +13 -0
  18. Synthetic-log2D0-to-log2D5/target_unet/config.json +13 -0
  19. Synthetic-log2D1-to-log2D0/scheduler/scheduler_config.json +7 -0
  20. Synthetic-log2D1-to-log2D0/source_unet/config.json +13 -0
  21. Synthetic-log2D1-to-log2D0/target_unet/config.json +13 -0
  22. Synthetic-log2D1-to-log2D2/scheduler/scheduler_config.json +7 -0
  23. Synthetic-log2D1-to-log2D2/source_unet/config.json +13 -0
  24. Synthetic-log2D1-to-log2D2/target_unet/config.json +13 -0
  25. Synthetic-log2D1-to-log2D3/scheduler/scheduler_config.json +7 -0
  26. Synthetic-log2D1-to-log2D3/source_unet/config.json +13 -0
  27. Synthetic-log2D1-to-log2D3/target_unet/config.json +13 -0
  28. Synthetic-log2D1-to-log2D4/scheduler/scheduler_config.json +7 -0
  29. Synthetic-log2D1-to-log2D4/source_unet/config.json +13 -0
  30. Synthetic-log2D1-to-log2D4/target_unet/config.json +13 -0
  31. Synthetic-log2D1-to-log2D5/scheduler/scheduler_config.json +7 -0
  32. Synthetic-log2D1-to-log2D5/source_unet/config.json +13 -0
  33. Synthetic-log2D1-to-log2D5/target_unet/config.json +13 -0
  34. Synthetic-log2D2-to-log2D0/scheduler/scheduler_config.json +7 -0
  35. Synthetic-log2D2-to-log2D0/source_unet/config.json +13 -0
  36. Synthetic-log2D2-to-log2D0/target_unet/config.json +13 -0
  37. Synthetic-log2D2-to-log2D1/scheduler/scheduler_config.json +7 -0
  38. Synthetic-log2D2-to-log2D1/source_unet/config.json +13 -0
  39. Synthetic-log2D2-to-log2D1/target_unet/config.json +13 -0
  40. Synthetic-log2D2-to-log2D3/scheduler/scheduler_config.json +7 -0
  41. Synthetic-log2D2-to-log2D3/source_unet/config.json +13 -0
  42. Synthetic-log2D2-to-log2D3/target_unet/config.json +13 -0
  43. Synthetic-log2D2-to-log2D4/scheduler/scheduler_config.json +7 -0
  44. Synthetic-log2D2-to-log2D4/source_unet/config.json +13 -0
  45. Synthetic-log2D2-to-log2D4/target_unet/config.json +13 -0
  46. Synthetic-log2D2-to-log2D5/scheduler/scheduler_config.json +7 -0
  47. Synthetic-log2D2-to-log2D5/source_unet/config.json +13 -0
  48. Synthetic-log2D2-to-log2D5/target_unet/config.json +13 -0
  49. Synthetic-log2D3-to-log2D0/source_unet/config.json +13 -0
  50. Synthetic-log2D3-to-log2D0/target_unet/config.json +13 -0
ImageNet256/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
ImageNet256/source_unet/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 3,
3
+ "model_channels": 256,
4
+ "out_channels": 6,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [
7
+ 2,
8
+ 4,
9
+ 8
10
+ ],
11
+ "channel_mult": [
12
+ 1,
13
+ 2,
14
+ 2,
15
+ 4
16
+ ],
17
+ "time_embed_dim": 512,
18
+ "use_scale_shift_norm": true,
19
+ "conv_resample": false
20
+ }
ImageNet256/target_unet/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 3,
3
+ "model_channels": 256,
4
+ "out_channels": 6,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [
7
+ 2,
8
+ 4,
9
+ 8
10
+ ],
11
+ "channel_mult": [
12
+ 1,
13
+ 2,
14
+ 2,
15
+ 4
16
+ ],
17
+ "time_embed_dim": 512,
18
+ "use_scale_shift_norm": true,
19
+ "conv_resample": false
20
+ }
Synthetic-log2D0-to-log2D1/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D0-to-log2D1/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D1/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D2/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D0-to-log2D2/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D2/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D3/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D0-to-log2D3/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D3/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D4/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D0-to-log2D4/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D4/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D5/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D0-to-log2D5/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D0-to-log2D5/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D0/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D1-to-log2D0/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D0/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D2/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D1-to-log2D2/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D2/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D3/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D1-to-log2D3/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D3/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D4/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D1-to-log2D4/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D4/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D5/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D1-to-log2D5/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D1-to-log2D5/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D0/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D2-to-log2D0/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D0/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D1/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D2-to-log2D1/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D1/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D3/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D2-to-log2D3/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D3/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D4/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D2-to-log2D4/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D4/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D5/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_train_timesteps": 1000,
3
+ "noise_schedule": "linear",
4
+ "learn_sigma": false,
5
+ "predict_xstart": false,
6
+ "rescale_timesteps": false
7
+ }
Synthetic-log2D2-to-log2D5/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D2-to-log2D5/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D3-to-log2D0/source_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }
Synthetic-log2D3-to-log2D0/target_unet/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 2,
3
+ "model_channels": 256,
4
+ "out_channels": 2,
5
+ "num_res_blocks": 3,
6
+ "attention_resolutions": [],
7
+ "channel_mult": [
8
+ 1
9
+ ],
10
+ "time_embed_dim": 256,
11
+ "use_scale_shift_norm": false,
12
+ "conv_resample": false
13
+ }