mkeeler43 commited on
Commit
3c684b3
·
verified ·
1 Parent(s): ebf8891

Upload checkpoint for diffusion_2d_cond photonics2d/cfg_16452a14/seed_42

Browse files
photonics2d/cfg_16452a14/seed_42/metadata.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "diffusion_2d_cond",
3
+ "checkpoint_backend": "hf",
4
+ "checkpoint_files": [
5
+ "model.pth"
6
+ ],
7
+ "condition_keys": [
8
+ "lambda1",
9
+ "lambda2",
10
+ "blur_radius"
11
+ ],
12
+ "config_fingerprint": "16452a14",
13
+ "hf_package_path": "photonics2d/cfg_16452a14/seed_42",
14
+ "hf_repo_id": "IDEALLab/engiopt-diffusion-2d-cond",
15
+ "primary_files": [
16
+ "model.pth"
17
+ ],
18
+ "problem_id": "photonics2d",
19
+ "seed": 42,
20
+ "wandb_entity": "engibench",
21
+ "wandb_project": "engiopt",
22
+ "wandb_run_id": "dxi762or",
23
+ "wandb_run_url": "https://wandb.ai/engibench/engiopt/runs/dxi762or"
24
+ }
photonics2d/cfg_16452a14/seed_42/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2310053b9c7d95deb25dd0116fc07940c5af47c7370f4e991daf6a17176308df
3
+ size 210777572
photonics2d/cfg_16452a14/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": 16,
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": "linear",
14
+ "num_timesteps": 1000,
15
+ "problem_id": "photonics2d",
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
+ }