Epoch 350
Browse files- checkpoint-3500/optimizer.bin +3 -0
- checkpoint-3500/random_states_0.pkl +3 -0
- checkpoint-3500/scaler.pt +3 -0
- checkpoint-3500/scheduler.bin +3 -0
- checkpoint-3500/unet/config.json +54 -0
- checkpoint-3500/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-3500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4c0ffd9e8441e1e12509161580cd5ad96e4c9ecb6a3a3f9358964876ef77070
|
| 3 |
+
size 909763736
|
checkpoint-3500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc33f1a1f45df690debbe6224911c0919179f6af78bb398d50119272a334b64c
|
| 3 |
+
size 14472
|
checkpoint-3500/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d25c9e5c384ba91142c829ef5432ebc4ae7d8c71f3de723046dd3aa202e08a2
|
| 3 |
+
size 988
|
checkpoint-3500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1456f8ade50189bb6cd024c1473ea6781a23f7437331713cf031e5c6409d3d4
|
| 3 |
+
size 1000
|
checkpoint-3500/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-3500/unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec0efd646ef574133541127bb932189155c5cb57195d7da79fa981328f93df46
|
| 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:5edb6d986a7cd81da034a53da9ed969aaf5ac12ca2773b92021c28c799ed2402
|
| 3 |
+
size 3087001
|
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:2cd3e97b207c1eea6296147554da0c21e786a3a25b20d86685f31f67d3fc7558
|
| 3 |
size 454741108
|