mkeeler43 commited on
Commit
4b31b70
·
verified ·
1 Parent(s): daaf6e0

Upload checkpoint for constrained_plvae_2d beams2d/cfg_85a55839/seed_2

Browse files
beams2d/cfg_85a55839/seed_2/constrained_plvae.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd142a75f7edad8f753c8169db038e5828393836dbc0b00577d404b0d43f376
3
+ size 100002250
beams2d/cfg_85a55839/seed_2/metadata.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "constrained_plvae_2d",
3
+ "checkpoint_backend": "hf",
4
+ "checkpoint_files": [
5
+ "constrained_plvae.pth"
6
+ ],
7
+ "condition_keys": [
8
+ "volfrac",
9
+ "rmin",
10
+ "forcedist",
11
+ "overhang_constraint"
12
+ ],
13
+ "config_fingerprint": "85a55839",
14
+ "hf_package_path": "beams2d/cfg_85a55839/seed_2",
15
+ "hf_repo_id": "IDEALLab/engiopt-constrained-plvae-2d",
16
+ "n_active_dims": 8,
17
+ "primary_files": [
18
+ "constrained_plvae.pth"
19
+ ],
20
+ "problem_id": "beams2d",
21
+ "seed": 2,
22
+ "train_nmse_perf": 0.00025347157497890294,
23
+ "train_nmse_rec": 0.009569848887622356,
24
+ "val_nmse_perf": 0.0004723021478499644,
25
+ "val_nmse_rec": 0.008993452977757532,
26
+ "w_vol": 0.04536592960357666,
27
+ "wandb_entity": "engibench",
28
+ "wandb_project": "engiopt",
29
+ "wandb_run_id": "6yvaj225",
30
+ "wandb_run_url": "https://wandb.ai/engibench/engiopt/runs/6yvaj225"
31
+ }
beams2d/cfg_85a55839/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": 10.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.01,
20
+ "nmse_threshold_rec": 0.005,
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": "beams2d",
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
+ }