mkeeler43 commited on
Commit
8d7f64b
·
verified ·
1 Parent(s): 0eb8e10

Upload checkpoint for constrained_plvae_2d photonics2d/cfg_b83f5fe5/seed_2

Browse files
photonics2d/cfg_b83f5fe5/seed_2/constrained_plvae.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f4612a29b8bcec0b71fb4211d6ddd6ac3baf2a85fbc1fd54a260a2206ae37d
3
+ size 100002250
photonics2d/cfg_b83f5fe5/seed_2/metadata.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "constrained_plvae_2d",
3
+ "checkpoint_backend": "hf",
4
+ "checkpoint_files": [
5
+ "constrained_plvae.pth"
6
+ ],
7
+ "condition_keys": [
8
+ "lambda1",
9
+ "lambda2",
10
+ "blur_radius"
11
+ ],
12
+ "config_fingerprint": "b83f5fe5",
13
+ "hf_package_path": "photonics2d/cfg_b83f5fe5/seed_2",
14
+ "hf_repo_id": "IDEALLab/engiopt-constrained-plvae-2d",
15
+ "n_active_dims": 100,
16
+ "primary_files": [
17
+ "constrained_plvae.pth"
18
+ ],
19
+ "problem_id": "photonics2d",
20
+ "seed": 2,
21
+ "train_nmse_perf": 0.5199673175811768,
22
+ "train_nmse_rec": 0.24617312848567963,
23
+ "val_nmse_perf": 0.5311214540471982,
24
+ "val_nmse_rec": 0.24948943267815077,
25
+ "w_vol": 3.218650817871094e-05,
26
+ "wandb_entity": "engibench",
27
+ "wandb_project": "engiopt",
28
+ "wandb_run_id": "6nh9uilh",
29
+ "wandb_run_url": "https://wandb.ai/engibench/engiopt/runs/6nh9uilh"
30
+ }
photonics2d/cfg_b83f5fe5/seed_2/run_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "constrained_plvae_2d",
3
+ "alpha": 0.0,
4
+ "batch_size": 128,
5
+ "cond_embed_dim": 64,
6
+ "condition_filter_key": null,
7
+ "condition_filter_range": null,
8
+ "condition_filter_tolerance": 0.01,
9
+ "condition_filter_value": null,
10
+ "conditional_decoder": false,
11
+ "conditional_predictor": false,
12
+ "constraint_tau": 0.3,
13
+ "decoder_lipschitz_scale": 1.0,
14
+ "hf_entity": "IDEALLab",
15
+ "hf_repo_prefix": "engiopt",
16
+ "latent_dim": 100,
17
+ "lr": 0.0001,
18
+ "n_epochs": 10000,
19
+ "nmse_threshold_perf": 0.8,
20
+ "nmse_threshold_rec": 0.06,
21
+ "perf_dim": -1,
22
+ "perf_scaler": "robust",
23
+ "predictor_hidden_dims": [
24
+ 256,
25
+ 128
26
+ ],
27
+ "predictor_lipschitz_ratio": 1.0,
28
+ "problem_id": "photonics2d",
29
+ "pruning_epoch": 500,
30
+ "pruning_strategy": "plummet",
31
+ "pruning_threshold": 0.05,
32
+ "resize_dimensions": [
33
+ 100,
34
+ 100
35
+ ],
36
+ "sample_interval": 500,
37
+ "save_model": true,
38
+ "seed": 2,
39
+ "track": true,
40
+ "wandb_entity": "engibench",
41
+ "wandb_project": "engiopt",
42
+ "whitening": false
43
+ }