ULZIITOGTOKH
commited on
Commit
•
c50a15c
1
Parent(s):
3a4988d
Epoch 3200
Browse files- checkpoint-6600/unet_ema/config.json +58 -0
- checkpoint-6600/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- logs/train_unconditional/events.out.tfevents.1716164615.ckserver.20988.0 +2 -2
- logs/train_unconditional/events.out.tfevents.1716338087.ckserver.32573.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1716338322.ckserver.33385.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1716343409.ckserver.2207.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1716343567.ckserver.2806.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1716347324.ckserver.13342.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1716347579.ckserver.14047.0 +3 -0
- logs/train_unconditional/events.out.tfevents.1716350031.ckserver.28883.0 +3 -0
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-6600/unet_ema/config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.28.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
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 |
+
"decay": 0.9999,
|
19 |
+
"down_block_types": [
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"DownBlock2D",
|
23 |
+
"DownBlock2D",
|
24 |
+
"AttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
+
],
|
27 |
+
"downsample_padding": 1,
|
28 |
+
"downsample_type": "conv",
|
29 |
+
"dropout": 0.0,
|
30 |
+
"flip_sin_to_cos": true,
|
31 |
+
"freq_shift": 0,
|
32 |
+
"in_channels": 3,
|
33 |
+
"inv_gamma": 1.0,
|
34 |
+
"layers_per_block": 2,
|
35 |
+
"mid_block_scale_factor": 1,
|
36 |
+
"min_decay": 0.0,
|
37 |
+
"norm_eps": 1e-05,
|
38 |
+
"norm_num_groups": 32,
|
39 |
+
"num_class_embeds": null,
|
40 |
+
"num_train_timesteps": null,
|
41 |
+
"optimization_step": 400,
|
42 |
+
"out_channels": 3,
|
43 |
+
"power": 0.6666666666666666,
|
44 |
+
"resnet_time_scale_shift": "default",
|
45 |
+
"sample_size": 64,
|
46 |
+
"time_embedding_type": "positional",
|
47 |
+
"up_block_types": [
|
48 |
+
"UpBlock2D",
|
49 |
+
"AttnUpBlock2D",
|
50 |
+
"UpBlock2D",
|
51 |
+
"UpBlock2D",
|
52 |
+
"UpBlock2D",
|
53 |
+
"UpBlock2D"
|
54 |
+
],
|
55 |
+
"update_after_step": 0,
|
56 |
+
"upsample_type": "conv",
|
57 |
+
"use_ema_warmup": false
|
58 |
+
}
|
checkpoint-6600/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91bd75b76ada253ef5e4a6b02a82c353ff95a44063bfd36f92f72db86adb1aa4
|
3 |
+
size 14319616
|
logs/train_unconditional/events.out.tfevents.1716164615.ckserver.20988.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:52ac59cbf4a423a459b9810d041c3762677340d84cb1ef79f0de8417da857028
|
3 |
+
size 2572927
|
logs/train_unconditional/events.out.tfevents.1716338087.ckserver.32573.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:163f0aa913a126f29de79dbdf20b8ea0c9380908996c90665bd0032bc7086c13
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1716338322.ckserver.33385.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a2f8cfcca4d91ac79a46d0da1f79e0f7a41a0da10f1a1a1ccf13e6f83cb11b1
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1716343409.ckserver.2207.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a0d9003202f0fe4576026bca2294713b904220a5e8387b354a6c70a23dc1fc4
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1716343567.ckserver.2806.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f4ba407fe4d3ea6f6a81587fc98c08aaa98937c74805d915b2e3ca65fa0a31a
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1716347324.ckserver.13342.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fe1bba379b9f4c04ea572893a49f650850288379162aedf184cd1738079d179
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1716347579.ckserver.14047.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:829be1e80bfeeabe90dd13e747587777a14af6a5424c3416f6b237a8e3896836
|
3 |
+
size 88
|
logs/train_unconditional/events.out.tfevents.1716350031.ckserver.28883.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4dadf3ab4425afb424a9a53ff6592ba064d30a73f84acb0903084101853f3c0
|
3 |
+
size 128149
|
unet/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DModel",
|
3 |
"_diffusers_version": "0.28.0.dev0",
|
4 |
-
"_name_or_path": "ULZIITOGTOKH/road_obstacles/checkpoint-
|
5 |
"act_fn": "silu",
|
6 |
"add_attention": true,
|
7 |
"attention_head_dim": 8,
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DModel",
|
3 |
"_diffusers_version": "0.28.0.dev0",
|
4 |
+
"_name_or_path": "ULZIITOGTOKH/road_obstacles/checkpoint-6400",
|
5 |
"act_fn": "silu",
|
6 |
"add_attention": true,
|
7 |
"attention_head_dim": 8,
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 454741108
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c716308f894131859781bb3e7d7afab9c72b70eae6afb3049bc3ef68686ed94
|
3 |
size 454741108
|