mkeeler43 commited on
Commit
1ebee8a
·
verified ·
1 Parent(s): 0f4b66d

Upload checkpoint for constrained_plvae_2d beams2d/cfg_a84facb7/seed_2

Browse files
beams2d/cfg_a84facb7/seed_2/constrained_plvae.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcbf5081e0833d2ac2c89ad4aff44f7f3d9cf2fe6a78e65d54f2cc100c896109
3
+ size 100002250
beams2d/cfg_a84facb7/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": "a84facb7",
14
+ "hf_package_path": "beams2d/cfg_a84facb7/seed_2",
15
+ "hf_repo_id": "IDEALLab/engiopt-constrained-plvae-2d",
16
+ "n_active_dims": 0,
17
+ "primary_files": [
18
+ "constrained_plvae.pth"
19
+ ],
20
+ "problem_id": "beams2d",
21
+ "seed": 2,
22
+ "train_nmse_perf": 0.0010386842768639326,
23
+ "train_nmse_rec": 0.015530985780060291,
24
+ "val_nmse_perf": 0.00146976997819985,
25
+ "val_nmse_rec": 0.014280022817899238,
26
+ "w_vol": 0.13661885261535645,
27
+ "wandb_entity": "engibench",
28
+ "wandb_project": "engiopt",
29
+ "wandb_run_id": "2h1frlf4",
30
+ "wandb_run_url": "https://wandb.ai/engibench/engiopt/runs/2h1frlf4"
31
+ }
beams2d/cfg_a84facb7/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.05,
20
+ "nmse_threshold_rec": 0.01,
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
+ }