mkeeler43 commited on
Commit
cdda80c
·
verified ·
1 Parent(s): 9ec0e6a

Upload checkpoint for constrained_plvae_2d heatconduction2d/cfg_d368669a/seed_1

Browse files
heatconduction2d/cfg_d368669a/seed_1/constrained_plvae.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c2c6b138e55ed9fc3788986cbe029190350c8ae2920c1df149cca0747eee8d2
3
+ size 100002250
heatconduction2d/cfg_d368669a/seed_1/metadata.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "constrained_plvae_2d",
3
+ "checkpoint_backend": "hf",
4
+ "checkpoint_files": [
5
+ "constrained_plvae.pth"
6
+ ],
7
+ "condition_keys": [
8
+ "volume",
9
+ "length"
10
+ ],
11
+ "config_fingerprint": "d368669a",
12
+ "hf_package_path": "heatconduction2d/cfg_d368669a/seed_1",
13
+ "hf_repo_id": "IDEALLab/engiopt-constrained-plvae-2d",
14
+ "n_active_dims": 0,
15
+ "primary_files": [
16
+ "constrained_plvae.pth"
17
+ ],
18
+ "problem_id": "heatconduction2d",
19
+ "seed": 1,
20
+ "train_nmse_perf": 0.10469746589660645,
21
+ "train_nmse_rec": 0.6288060545921326,
22
+ "val_nmse_perf": 0.10469746589660645,
23
+ "val_nmse_rec": 0.6288060545921326,
24
+ "w_vol": 0.2976095676422119,
25
+ "wandb_entity": "engibench",
26
+ "wandb_project": "engiopt",
27
+ "wandb_run_id": "a8aqs24w",
28
+ "wandb_run_url": "https://wandb.ai/engibench/engiopt/runs/a8aqs24w"
29
+ }
heatconduction2d/cfg_d368669a/seed_1/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.2,
20
+ "nmse_threshold_rec": 0.5,
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": "heatconduction2d",
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": 1,
39
+ "track": true,
40
+ "wandb_entity": "engibench",
41
+ "wandb_project": "engiopt",
42
+ "whitening": false
43
+ }