aleixnieto commited on
Commit
fd4518b
·
verified ·
1 Parent(s): 3e21936

Epoch 49, run ID 7ed4aa2b-490e-47e6-810d-f16a2e5512eb

Browse files
.gitattributes CHANGED
@@ -537,3 +537,4 @@ models/conditional/plankton_base_model/run_e46da735-e73a-42a4-8a83-d8c19138a237/
537
  models/conditional/plankton_base_model/run_95c2a785-373d-4fc0-9f51-85828a836348/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
538
  models/conditional/plankton_base_model/run_f1bb4218-8e3a-4ced-8f5c-0ab27477b80a/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
539
  models/conditional/plankton_base_model/run_93a4569c-120e-4077-98f4-65c3d60d9b6d/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
 
 
537
  models/conditional/plankton_base_model/run_95c2a785-373d-4fc0-9f51-85828a836348/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
538
  models/conditional/plankton_base_model/run_f1bb4218-8e3a-4ced-8f5c-0ab27477b80a/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
539
  models/conditional/plankton_base_model/run_93a4569c-120e-4077-98f4-65c3d60d9b6d/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
540
+ models/conditional/plankton_base_model/run_7ed4aa2b-490e-47e6-810d-f16a2e5512eb/generated_samples/0050.png filter=lfs diff=lfs merge=lfs -text
models/conditional/plankton_base_model/run_7ed4aa2b-490e-47e6-810d-f16a2e5512eb/generated_samples/0050.png ADDED

Git LFS Details

  • SHA256: fa1ab4e580e69212bfa997933e0f9f1dfbdcb71e7c266886d2abf5d62387d34a
  • Pointer size: 132 Bytes
  • Size of remote file: 3.15 MB
models/conditional/plankton_base_model/run_7ed4aa2b-490e-47e6-810d-f16a2e5512eb/model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMConditionalPipeline",
3
+ "_diffusers_version": "0.32.2",
4
+ "architecture": [
5
+ "models.conditional.plankton_base_model.plankton_base_model",
6
+ "PlanktonBaseArchitecture"
7
+ ],
8
+ "scheduler": [
9
+ "diffusers",
10
+ "DDIMScheduler"
11
+ ]
12
+ }
models/conditional/plankton_base_model/run_7ed4aa2b-490e-47e6-810d-f16a2e5512eb/run_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "plankton_base_model_new_embedding",
3
+ "type": "conditional",
4
+ "image_size": 128,
5
+ "num_channels": 1,
6
+ "train_batch_size": 256,
7
+ "eval_batch_size": 256,
8
+ "num_epochs": 1000,
9
+ "FID": 5000,
10
+ "num_train_timesteps": 1000,
11
+ "num_inference_steps": 100,
12
+ "gradient_accumulation_steps": 1,
13
+ "learning_rate": 0.0001,
14
+ "learning_rate_warmup_steps": 20000,
15
+ "save_image_epochs": 50,
16
+ "save_model_epochs": 50,
17
+ "model_output_dir": "/models/conditional/plankton_base_model/",
18
+ "hub_model_id": "aleixnieto/plankton",
19
+ "mixed_precision": "fp16",
20
+ "overwrite_output_dir": true,
21
+ "model_push_to_hub": true,
22
+ "log_to_wandb": true,
23
+ "seed": 0,
24
+ "hub_private_repository": null,
25
+ "wandb_project": "plankton",
26
+ "class_emb_size": 16,
27
+ "num_classes": 70,
28
+ "num_images_generated_for_fid": 1024,
29
+ "class_emb_model": null
30
+ }
models/conditional/plankton_base_model/run_7ed4aa2b-490e-47e6-810d-f16a2e5512eb/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDIMScheduler",
3
+ "_diffusers_version": "0.32.2",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "clip_sample": true,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "epsilon",
12
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "set_alpha_to_one": true,
15
+ "steps_offset": 0,
16
+ "thresholding": false,
17
+ "timestep_spacing": "leading",
18
+ "trained_betas": null
19
+ }
models/conditional/plankton_base_model/run_7ed4aa2b-490e-47e6-810d-f16a2e5512eb/unet/config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.32.2",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 16,
10
+ 16,
11
+ 32,
12
+ 32,
13
+ 64,
14
+ 64,
15
+ 128,
16
+ 128
17
+ ],
18
+ "center_input_sample": false,
19
+ "class_embed_type": null,
20
+ "down_block_types": [
21
+ "DownBlock2D",
22
+ "AttnDownBlock2D",
23
+ "DownBlock2D",
24
+ "DownBlock2D",
25
+ "DownBlock2D",
26
+ "AttnDownBlock2D",
27
+ "DownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "downsample_type": "conv",
32
+ "dropout": 0.0,
33
+ "flip_sin_to_cos": true,
34
+ "freq_shift": 0,
35
+ "in_channels": 17,
36
+ "layers_per_block": 1,
37
+ "mid_block_scale_factor": 1,
38
+ "norm_eps": 1e-05,
39
+ "norm_num_groups": 16,
40
+ "num_class_embeds": null,
41
+ "num_train_timesteps": null,
42
+ "out_channels": 1,
43
+ "resnet_time_scale_shift": "default",
44
+ "sample_size": 128,
45
+ "time_embedding_dim": null,
46
+ "time_embedding_type": "positional",
47
+ "up_block_types": [
48
+ "UpBlock2D",
49
+ "UpBlock2D",
50
+ "AttnUpBlock2D",
51
+ "UpBlock2D",
52
+ "UpBlock2D",
53
+ "UpBlock2D",
54
+ "AttnUpBlock2D",
55
+ "UpBlock2D"
56
+ ],
57
+ "upsample_type": "conv"
58
+ }
models/conditional/plankton_base_model/run_7ed4aa2b-490e-47e6-810d-f16a2e5512eb/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46e2b6a96c9d71ef85e18ecc651055315d34eb3af4d2b9176799788c22baa402
3
+ size 18621180