Epoch 50
Browse files- checkpoint-20000/optimizer.bin +3 -0
- checkpoint-20000/random_states_0.pkl +3 -0
- checkpoint-20000/scheduler.bin +3 -0
- checkpoint-20000/unet/config.json +57 -0
- checkpoint-20000/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-20000/unet_ema/config.json +64 -0
- checkpoint-20000/unet_ema/diffusion_pytorch_model.bin +3 -0
- logs/train_cmd/events.out.tfevents.1681338327.d286185d3077.1051.0 +2 -2
- unet/diffusion_pytorch_model.bin +1 -1
checkpoint-20000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6e09defe5d629ecf3e0c760c56f371f35cadbceb52aaa5de124378d1a723b8c
|
3 |
+
size 1117976109
|
checkpoint-20000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be5859dfe4987300bfd7975080a3662d306b4dfdacb1c0748f9fe31137777306
|
3 |
+
size 14663
|
checkpoint-20000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad3b45861c117c65878d75ed491fca6daf28702ae1b973973f6ca366b95f80ad
|
3 |
+
size 563
|
checkpoint-20000/unet/config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"attention_head_dim": 8,
|
6 |
+
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
256,
|
9 |
+
512,
|
10 |
+
512
|
11 |
+
],
|
12 |
+
"center_input_sample": false,
|
13 |
+
"class_embed_type": null,
|
14 |
+
"class_embeddings_concat": false,
|
15 |
+
"conv_in_kernel": 3,
|
16 |
+
"conv_out_kernel": 3,
|
17 |
+
"cross_attention_dim": 512,
|
18 |
+
"cross_attention_norm": null,
|
19 |
+
"down_block_types": [
|
20 |
+
"CrossAttnDownBlock2D",
|
21 |
+
"CrossAttnDownBlock2D",
|
22 |
+
"CrossAttnDownBlock2D",
|
23 |
+
"DownBlock2D"
|
24 |
+
],
|
25 |
+
"downsample_padding": 1,
|
26 |
+
"dual_cross_attention": false,
|
27 |
+
"encoder_hid_dim": 2,
|
28 |
+
"flip_sin_to_cos": true,
|
29 |
+
"freq_shift": 0,
|
30 |
+
"in_channels": 1,
|
31 |
+
"layers_per_block": 2,
|
32 |
+
"mid_block_only_cross_attention": null,
|
33 |
+
"mid_block_scale_factor": 1,
|
34 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
35 |
+
"norm_eps": 1e-05,
|
36 |
+
"norm_num_groups": 32,
|
37 |
+
"num_class_embeds": null,
|
38 |
+
"only_cross_attention": false,
|
39 |
+
"out_channels": 1,
|
40 |
+
"projection_class_embeddings_input_dim": null,
|
41 |
+
"resnet_out_scale_factor": 1.0,
|
42 |
+
"resnet_skip_time_act": false,
|
43 |
+
"resnet_time_scale_shift": "default",
|
44 |
+
"sample_size": 64,
|
45 |
+
"time_cond_proj_dim": null,
|
46 |
+
"time_embedding_act_fn": null,
|
47 |
+
"time_embedding_type": "positional",
|
48 |
+
"timestep_post_act": null,
|
49 |
+
"up_block_types": [
|
50 |
+
"UpBlock2D",
|
51 |
+
"CrossAttnUpBlock2D",
|
52 |
+
"CrossAttnUpBlock2D",
|
53 |
+
"CrossAttnUpBlock2D"
|
54 |
+
],
|
55 |
+
"upcast_attention": false,
|
56 |
+
"use_linear_projection": false
|
57 |
+
}
|
checkpoint-20000/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a438d6871e4dc6e04252700b3c82b4fed9a3f66e6882dcf67dca82f0dc7344be
|
3 |
+
size 558991361
|
checkpoint-20000/unet_ema/config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.16.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"attention_head_dim": 8,
|
6 |
+
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
256,
|
9 |
+
512,
|
10 |
+
512
|
11 |
+
],
|
12 |
+
"center_input_sample": false,
|
13 |
+
"class_embed_type": null,
|
14 |
+
"class_embeddings_concat": false,
|
15 |
+
"conv_in_kernel": 3,
|
16 |
+
"conv_out_kernel": 3,
|
17 |
+
"cross_attention_dim": 512,
|
18 |
+
"cross_attention_norm": null,
|
19 |
+
"decay": 0.9999,
|
20 |
+
"down_block_types": [
|
21 |
+
"CrossAttnDownBlock2D",
|
22 |
+
"CrossAttnDownBlock2D",
|
23 |
+
"CrossAttnDownBlock2D",
|
24 |
+
"DownBlock2D"
|
25 |
+
],
|
26 |
+
"downsample_padding": 1,
|
27 |
+
"dual_cross_attention": false,
|
28 |
+
"encoder_hid_dim": 2,
|
29 |
+
"flip_sin_to_cos": true,
|
30 |
+
"freq_shift": 0,
|
31 |
+
"in_channels": 1,
|
32 |
+
"inv_gamma": 1.0,
|
33 |
+
"layers_per_block": 2,
|
34 |
+
"mid_block_only_cross_attention": null,
|
35 |
+
"mid_block_scale_factor": 1,
|
36 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
37 |
+
"min_decay": 0.0,
|
38 |
+
"norm_eps": 1e-05,
|
39 |
+
"norm_num_groups": 32,
|
40 |
+
"num_class_embeds": null,
|
41 |
+
"only_cross_attention": false,
|
42 |
+
"optimization_step": 20000,
|
43 |
+
"out_channels": 1,
|
44 |
+
"power": 0.75,
|
45 |
+
"projection_class_embeddings_input_dim": null,
|
46 |
+
"resnet_out_scale_factor": 1.0,
|
47 |
+
"resnet_skip_time_act": false,
|
48 |
+
"resnet_time_scale_shift": "default",
|
49 |
+
"sample_size": 64,
|
50 |
+
"time_cond_proj_dim": null,
|
51 |
+
"time_embedding_act_fn": null,
|
52 |
+
"time_embedding_type": "positional",
|
53 |
+
"timestep_post_act": null,
|
54 |
+
"up_block_types": [
|
55 |
+
"UpBlock2D",
|
56 |
+
"CrossAttnUpBlock2D",
|
57 |
+
"CrossAttnUpBlock2D",
|
58 |
+
"CrossAttnUpBlock2D"
|
59 |
+
],
|
60 |
+
"upcast_attention": false,
|
61 |
+
"update_after_step": 0,
|
62 |
+
"use_ema_warmup": true,
|
63 |
+
"use_linear_projection": false
|
64 |
+
}
|
checkpoint-20000/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39ba41d53017049c6a0df8379092b005c4a70d36e29c08fa081ca93564ffb3c6
|
3 |
+
size 558981761
|
logs/train_cmd/events.out.tfevents.1681338327.d286185d3077.1051.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58bad20f0387f7a7c94231762ae36b5268d412b6c4b1c44980f2e55aa2fa0a60
|
3 |
+
size 4317829
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 558991361
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d6012a6d7726a23a1e31508de9e9956207060191a15d315e10486fb2591bf22
|
3 |
size 558991361
|