Epoch 450
Browse files- checkpoint-4500/optimizer.bin +3 -0
- checkpoint-4500/random_states_0.pkl +3 -0
- checkpoint-4500/scaler.pt +3 -0
- checkpoint-4500/scheduler.bin +3 -0
- checkpoint-4500/unet/config.json +54 -0
- checkpoint-4500/unet/diffusion_pytorch_model.safetensors +3 -0
- logs/train_unconditional_dsa/events.out.tfevents.1740547321.mcml-hgx-a100-005.920925.0 +2 -2
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-4500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29dc8e3de5bdf8d78b6641266ee490f81ea1e6f6ada03eb1fe9ef491fb2cab7d
|
| 3 |
+
size 909763736
|
checkpoint-4500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f10c74b7554f47ca4f538d93e8186a6c3656ed515c6314f6f994e84ff253955b
|
| 3 |
+
size 14472
|
checkpoint-4500/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25aed798df1ea1f11d3cdd0a7de18dd9b632beaa14981af70f644c899539b4cc
|
| 3 |
+
size 988
|
checkpoint-4500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e459d1e892b4827cb6f2571e2bde051a27f9e2810b46f4cf4bb22fbe9707a399
|
| 3 |
+
size 1000
|
checkpoint-4500/unet/config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.33.0.dev0",
|
| 4 |
+
"_name_or_path": "unconditional_dsa_64/checkpoint-1000",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"add_attention": true,
|
| 7 |
+
"attention_head_dim": 8,
|
| 8 |
+
"attn_norm_num_groups": null,
|
| 9 |
+
"block_out_channels": [
|
| 10 |
+
128,
|
| 11 |
+
128,
|
| 12 |
+
256,
|
| 13 |
+
256,
|
| 14 |
+
512,
|
| 15 |
+
512
|
| 16 |
+
],
|
| 17 |
+
"center_input_sample": false,
|
| 18 |
+
"class_embed_type": null,
|
| 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 |
+
"layers_per_block": 2,
|
| 34 |
+
"mid_block_scale_factor": 1,
|
| 35 |
+
"mid_block_type": "UNetMidBlock2D",
|
| 36 |
+
"norm_eps": 1e-05,
|
| 37 |
+
"norm_num_groups": 32,
|
| 38 |
+
"num_class_embeds": null,
|
| 39 |
+
"num_train_timesteps": null,
|
| 40 |
+
"out_channels": 3,
|
| 41 |
+
"resnet_time_scale_shift": "default",
|
| 42 |
+
"sample_size": 64,
|
| 43 |
+
"time_embedding_dim": null,
|
| 44 |
+
"time_embedding_type": "positional",
|
| 45 |
+
"up_block_types": [
|
| 46 |
+
"UpBlock2D",
|
| 47 |
+
"AttnUpBlock2D",
|
| 48 |
+
"UpBlock2D",
|
| 49 |
+
"UpBlock2D",
|
| 50 |
+
"UpBlock2D",
|
| 51 |
+
"UpBlock2D"
|
| 52 |
+
],
|
| 53 |
+
"upsample_type": "conv"
|
| 54 |
+
}
|
checkpoint-4500/unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13788451ec3b54332f7e6525a98e6e6c6727488c77b616e6375add3022eb03f4
|
| 3 |
+
size 454741108
|
logs/train_unconditional_dsa/events.out.tfevents.1740547321.mcml-hgx-a100-005.920925.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:493dbc1a80b59ba4d0e9c2f89fbc5219153355ca6b1d471244a6993de5044726
|
| 3 |
+
size 4254459
|
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:b069be0f0d5c34bace4414016939b6edd8a4c7bdd5457da9867354a02a30f401
|
| 3 |
size 454741108
|