wujia commited on
Commit
4cb60bf
1 Parent(s): c623444
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0850c649006df8b15233684abf72b5197cc1742c745fa8611d411ef636d69553
3
+ size 909763235
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c635194a017f061b7c5e8e2e3e3e9867872983edc2dad00f5c4f01671366c66
3
+ size 14663
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82a9249afad76738e6c5dbd5078aeabdc12d8878df5875ae8e315054d4795695
3
+ size 563
checkpoint-2000/unet/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.15.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 128,
9
+ 128,
10
+ 256,
11
+ 256,
12
+ 512,
13
+ 512
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "down_block_types": [
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "AttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "downsample_padding": 1,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 3,
29
+ "layers_per_block": 2,
30
+ "mid_block_scale_factor": 1,
31
+ "norm_eps": 1e-05,
32
+ "norm_num_groups": 32,
33
+ "num_class_embeds": null,
34
+ "out_channels": 3,
35
+ "resnet_time_scale_shift": "default",
36
+ "sample_size": 64,
37
+ "time_embedding_type": "positional",
38
+ "up_block_types": [
39
+ "UpBlock2D",
40
+ "AttnUpBlock2D",
41
+ "UpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D"
45
+ ]
46
+ }
checkpoint-2000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60303089c2ac3cc5204ce17a4c0ba17351fafd5439d23de7a1e47c69f9b883aa
3
+ size 454867325
checkpoint-2000/unet_ema/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.15.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 128,
9
+ 128,
10
+ 256,
11
+ 256,
12
+ 512,
13
+ 512
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "decay": 0.9999,
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
+ "inv_gamma": 1.0,
31
+ "layers_per_block": 2,
32
+ "mid_block_scale_factor": 1,
33
+ "min_decay": 0.0,
34
+ "norm_eps": 1e-05,
35
+ "norm_num_groups": 32,
36
+ "num_class_embeds": null,
37
+ "optimization_step": 2000,
38
+ "out_channels": 3,
39
+ "power": 0.75,
40
+ "resnet_time_scale_shift": "default",
41
+ "sample_size": 64,
42
+ "time_embedding_type": "positional",
43
+ "up_block_types": [
44
+ "UpBlock2D",
45
+ "AttnUpBlock2D",
46
+ "UpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D"
50
+ ],
51
+ "update_after_step": 0,
52
+ "use_ema_warmup": true
53
+ }
checkpoint-2000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44182583a1f26c80959cb495373ab7c9ea5dbbbd1d05a351ecebc4ce9e2206e
3
+ size 454860989
logs/train_unconditional/events.out.tfevents.1679756204.autodl-container-aa55119ffa-88ca075b.135516.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72b767e393c1bc47b5afa997abe42cbed70ce743af80900904bea257adf47f99
3
- size 1322863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70553e405cc3ccab80eb57788ad4275458ff3ba090a6fdca59ee879ec0aa4bc1
3
+ size 1499620
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c1aa08ea3c19938d030d17e95a40b5a75d8df7e7931a103eafcf87202ac54cc
3
  size 454867325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:159d186a7efd6aaf3c0e5a41f4a0288f55eb1d30b8f1268d836a511c287dd8f0
3
  size 454867325