Epoch 190
Browse files- checkpoint-11500/optimizer.bin +3 -0
- checkpoint-11500/random_states_0.pkl +3 -0
- checkpoint-11500/scheduler.bin +3 -0
- checkpoint-11500/unet/config.json +47 -0
- checkpoint-11500/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-12000/optimizer.bin +3 -0
- checkpoint-12000/random_states_0.pkl +3 -0
- checkpoint-12000/scheduler.bin +3 -0
- checkpoint-12000/unet/config.json +47 -0
- checkpoint-12000/unet/diffusion_pytorch_model.bin +3 -0
- unet/diffusion_pytorch_model.bin +1 -1
checkpoint-11500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd31e9581ba5122fbfd89e5169be559aa467192c3ec658b2d0d3f267d674b5b4
|
3 |
+
size 909763299
|
checkpoint-11500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a78876cbda167cad474e56e5a1c772f5262344170b3a311d1a7ae7a469d81480
|
3 |
+
size 14727
|
checkpoint-11500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33a77f37808f80e418827e6132adffa2c290660d6fb7ab0c32aa20016e5fc44e
|
3 |
+
size 563
|
checkpoint-11500/unet/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"_name_or_path": "/cluster/angmar/lhoellein/ddpm-model-64-lego-diffuse-1000/checkpoint-6000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"add_attention": true,
|
7 |
+
"attention_head_dim": 8,
|
8 |
+
"block_out_channels": [
|
9 |
+
128,
|
10 |
+
128,
|
11 |
+
256,
|
12 |
+
256,
|
13 |
+
512,
|
14 |
+
512
|
15 |
+
],
|
16 |
+
"center_input_sample": false,
|
17 |
+
"class_embed_type": null,
|
18 |
+
"down_block_types": [
|
19 |
+
"DownBlock2D",
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"DownBlock2D",
|
23 |
+
"AttnDownBlock2D",
|
24 |
+
"DownBlock2D"
|
25 |
+
],
|
26 |
+
"downsample_padding": 1,
|
27 |
+
"flip_sin_to_cos": true,
|
28 |
+
"freq_shift": 0,
|
29 |
+
"in_channels": 3,
|
30 |
+
"layers_per_block": 2,
|
31 |
+
"mid_block_scale_factor": 1,
|
32 |
+
"norm_eps": 1e-05,
|
33 |
+
"norm_num_groups": 32,
|
34 |
+
"num_class_embeds": null,
|
35 |
+
"out_channels": 3,
|
36 |
+
"resnet_time_scale_shift": "default",
|
37 |
+
"sample_size": 64,
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"UpBlock2D",
|
41 |
+
"AttnUpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D",
|
44 |
+
"UpBlock2D",
|
45 |
+
"UpBlock2D"
|
46 |
+
]
|
47 |
+
}
|
checkpoint-11500/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ead23778d5abdc84f3064562b5cc5cef1a2c34821dcb14b23a9ed4b8ec890dfe
|
3 |
+
size 454867325
|
checkpoint-12000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32077d4dcdcf032784ea7bf62eed5ca87e6b4cf46d467cb895f3b5d30ae11814
|
3 |
+
size 909763299
|
checkpoint-12000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:666938280cad6063e0400d36bc3cfbe5b8ce1747b0750ecc86d8cdeba2135094
|
3 |
+
size 14727
|
checkpoint-12000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c69c42b70eabb7d57fd20b9c5d50b195fe913183ca1d4ab852f6e8d7c654269
|
3 |
+
size 563
|
checkpoint-12000/unet/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"_name_or_path": "/cluster/angmar/lhoellein/ddpm-model-64-lego-diffuse-1000/checkpoint-6000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"add_attention": true,
|
7 |
+
"attention_head_dim": 8,
|
8 |
+
"block_out_channels": [
|
9 |
+
128,
|
10 |
+
128,
|
11 |
+
256,
|
12 |
+
256,
|
13 |
+
512,
|
14 |
+
512
|
15 |
+
],
|
16 |
+
"center_input_sample": false,
|
17 |
+
"class_embed_type": null,
|
18 |
+
"down_block_types": [
|
19 |
+
"DownBlock2D",
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"DownBlock2D",
|
23 |
+
"AttnDownBlock2D",
|
24 |
+
"DownBlock2D"
|
25 |
+
],
|
26 |
+
"downsample_padding": 1,
|
27 |
+
"flip_sin_to_cos": true,
|
28 |
+
"freq_shift": 0,
|
29 |
+
"in_channels": 3,
|
30 |
+
"layers_per_block": 2,
|
31 |
+
"mid_block_scale_factor": 1,
|
32 |
+
"norm_eps": 1e-05,
|
33 |
+
"norm_num_groups": 32,
|
34 |
+
"num_class_embeds": null,
|
35 |
+
"out_channels": 3,
|
36 |
+
"resnet_time_scale_shift": "default",
|
37 |
+
"sample_size": 64,
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"UpBlock2D",
|
41 |
+
"AttnUpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D",
|
44 |
+
"UpBlock2D",
|
45 |
+
"UpBlock2D"
|
46 |
+
]
|
47 |
+
}
|
checkpoint-12000/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e27cae1000570a8253b9a23d92339b8648c3e88952a5bcb4608984c122b82908
|
3 |
+
size 454867325
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 454867325
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e2e03f5d4f7648e7417eca357e9a4b239ec5a0f5bf52fbfb95a2b922cfa8bbb
|
3 |
size 454867325
|