Add files using upload-large-folder tool
Browse files- ImageNet256/scheduler/scheduler_config.json +7 -0
- ImageNet256/source_unet/config.json +20 -0
- ImageNet256/target_unet/config.json +20 -0
- Synthetic-log2D0-to-log2D1/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D0-to-log2D1/source_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D1/target_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D2/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D0-to-log2D2/source_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D2/target_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D3/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D0-to-log2D3/source_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D3/target_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D4/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D0-to-log2D4/source_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D4/target_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D5/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D0-to-log2D5/source_unet/config.json +13 -0
- Synthetic-log2D0-to-log2D5/target_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D0/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D1-to-log2D0/source_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D0/target_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D2/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D1-to-log2D2/source_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D2/target_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D3/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D1-to-log2D3/source_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D3/target_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D4/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D1-to-log2D4/source_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D4/target_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D5/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D1-to-log2D5/source_unet/config.json +13 -0
- Synthetic-log2D1-to-log2D5/target_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D0/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D2-to-log2D0/source_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D0/target_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D1/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D2-to-log2D1/source_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D1/target_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D3/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D2-to-log2D3/source_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D3/target_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D4/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D2-to-log2D4/source_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D4/target_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D5/scheduler/scheduler_config.json +7 -0
- Synthetic-log2D2-to-log2D5/source_unet/config.json +13 -0
- Synthetic-log2D2-to-log2D5/target_unet/config.json +13 -0
- Synthetic-log2D3-to-log2D0/source_unet/config.json +13 -0
- 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 |
+
}
|