jmamou commited on
Commit
ea072d9
1 Parent(s): e9cf113

Update from jmamou

Browse files
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ Distilled diffuser model
logs/train_distil_unconditional/events.out.tfevents.1668543210.ezaken-MOBL2.ger.corp.intel.com.20865.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef85b8401829c81b827e9a0154a513ad5ba3840f0eaa401365bd5553bbc4fafb
3
+ size 8419
logs/train_distil_unconditional/events.out.tfevents.1668544220.ezaken-MOBL2.ger.corp.intel.com.21078.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ab38d3e96eea32d461fd857b13ed660a9778bf71a59eda6b0ceea7045a6d4e
3
+ size 4144
logs/train_distil_unconditional/events.out.tfevents.1668544350.ezaken-MOBL2.ger.corp.intel.com.21108.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d039dbc8824ab8aea3d77f94083cef73fb85c89afa7e98fb3a30fdd9f55e5f0
3
+ size 895
logs/train_distil_unconditional/events.out.tfevents.1668544455.ezaken-MOBL2.ger.corp.intel.com.21196.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b8ba8108a6822c265fa91a3ec4d689f696738e50925c4a607a0d0dfee7e1f4
3
+ size 9616
logs/train_distil_unconditional/events.out.tfevents.1668590211.Jonathans-MacBook-Pro.local.23806.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5245aaaafd6b0eb86ed2650463f74459a59ab6b2e9f1decda57423a1a95b23ea
3
+ size 26132
logs/train_distil_unconditional/events.out.tfevents.1668590573.PQGXWQH12Rmac.jer.intel.com.23898.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26d4ccea46633257dd84f0b7aaa39a4d05d666cf6ed503108381320913fbc3aa
3
+ size 1441274
logs/train_distil_unconditional/events.out.tfevents.1668599478.PQGXWQH12Rmac.jer.intel.com.26116.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b0b546c72b0b07d2695b0d4a695f2d500cf2e0caff2b74f0c1a3da4ce8b3081
3
+ size 4315
model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMPipeline",
3
+ "_diffusers_version": "0.7.2",
4
+ "scheduler": [
5
+ "diffusers",
6
+ "DDPMScheduler"
7
+ ],
8
+ "unet": [
9
+ "diffusers",
10
+ "UNet2DModel"
11
+ ]
12
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.7.2",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "clip_sample": true,
8
+ "num_train_timesteps": 1000,
9
+ "trained_betas": null,
10
+ "variance_type": "fixed_small"
11
+ }
unet/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.7.2",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 128,
8
+ 128
9
+ ],
10
+ "center_input_sample": false,
11
+ "down_block_types": [
12
+ "DownBlock2D",
13
+ "DownBlock2D"
14
+ ],
15
+ "downsample_padding": 1,
16
+ "flip_sin_to_cos": true,
17
+ "freq_shift": 0,
18
+ "in_channels": 3,
19
+ "layers_per_block": 2,
20
+ "mid_block_scale_factor": 1,
21
+ "norm_eps": 1e-05,
22
+ "norm_num_groups": 32,
23
+ "out_channels": 3,
24
+ "sample_size": 64,
25
+ "time_embedding_type": "positional",
26
+ "up_block_types": [
27
+ "UpBlock2D",
28
+ "UpBlock2D"
29
+ ]
30
+ }
unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c08501aef0fe2ce68491ddeed6d57b55a237363aabb0e7c57efa62bfdae4f70d
3
+ size 24523529