mkeeler43 commited on
Commit
89bdbce
·
verified ·
1 Parent(s): 471cb43

Upload checkpoint for diffusion_2d_cond heatconduction2d/cfg_b02fcb76/seed_42

Browse files
heatconduction2d/cfg_b02fcb76/seed_42/metadata.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "diffusion_2d_cond",
3
+ "checkpoint_backend": "hf",
4
+ "checkpoint_files": [
5
+ "model.pth"
6
+ ],
7
+ "condition_keys": [
8
+ "volume",
9
+ "length"
10
+ ],
11
+ "config_fingerprint": "b02fcb76",
12
+ "hf_package_path": "heatconduction2d/cfg_b02fcb76/seed_42",
13
+ "hf_repo_id": "IDEALLab/engiopt-diffusion-2d-cond",
14
+ "primary_files": [
15
+ "model.pth"
16
+ ],
17
+ "problem_id": "heatconduction2d",
18
+ "seed": 42,
19
+ "wandb_entity": "engibench",
20
+ "wandb_project": "engiopt",
21
+ "wandb_run_id": "nz10xfxk",
22
+ "wandb_run_url": "https://wandb.ai/engibench/engiopt/runs/nz10xfxk"
23
+ }
heatconduction2d/cfg_b02fcb76/seed_42/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a772ce5362fafbc22fb063bdda9e5c77b317e9df22ab583d66b828b74f77646
3
+ size 210743204
heatconduction2d/cfg_b02fcb76/seed_42/run_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "diffusion_2d_cond",
3
+ "b1": 0.5,
4
+ "b2": 0.999,
5
+ "batch_size": 64,
6
+ "hf_entity": "IDEALLab",
7
+ "hf_repo_prefix": "engiopt",
8
+ "latent_dim": 100,
9
+ "layers_per_block": 2,
10
+ "lr": 0.001,
11
+ "n_cpu": 8,
12
+ "n_epochs": 100,
13
+ "noise_schedule": "cosine",
14
+ "num_timesteps": 250,
15
+ "problem_id": "heatconduction2d",
16
+ "sample_interval": 400,
17
+ "save_model": true,
18
+ "seed": 42,
19
+ "strict_determinism": false,
20
+ "track": true,
21
+ "wandb_entity": "engibench",
22
+ "wandb_project": "engiopt"
23
+ }