mkeeler43 commited on
Commit
732d3db
·
verified ·
1 Parent(s): 5f7a0e7

Upload checkpoint for deconv_regression thermoelastic2d/seed_1

Browse files
thermoelastic2d/seed_1/deconv_regression.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eb5f455ab96c3890f81f616842fa5c1f00ee721dfd681c0d5aef7ed877a80e9
3
+ size 14783547
thermoelastic2d/seed_1/metadata.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "deconv_regression",
3
+ "checkpoint_backend": "hf",
4
+ "checkpoint_files": [
5
+ "deconv_regression.pth"
6
+ ],
7
+ "condition_keys": [
8
+ "volume_fraction_target",
9
+ "rmin",
10
+ "weight"
11
+ ],
12
+ "config_fingerprint": "d947405d",
13
+ "hf_package_path": "thermoelastic2d/seed_1",
14
+ "hf_repo_id": "IDEALLab/engiopt-deconv-regression",
15
+ "primary_files": [
16
+ "deconv_regression.pth"
17
+ ],
18
+ "problem_id": "thermoelastic2d",
19
+ "seed": 1
20
+ }
thermoelastic2d/seed_1/run_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "deconv_regression",
3
+ "b1": 0.5,
4
+ "b2": 0.999,
5
+ "batch_size": 64,
6
+ "checkpoint_backend": "hf",
7
+ "hf_entity": "IDEALLab",
8
+ "hf_repo_prefix": "engiopt",
9
+ "hidden": 256,
10
+ "lr": 0.0002,
11
+ "match_volume": false,
12
+ "max_train": 0,
13
+ "n_epochs": 200,
14
+ "num_filters": [
15
+ 256,
16
+ 128,
17
+ 64,
18
+ 32
19
+ ],
20
+ "problem_id": "thermoelastic2d",
21
+ "save_model": true,
22
+ "seed": 1,
23
+ "track": false,
24
+ "wandb_entity": null,
25
+ "wandb_project": "engiopt"
26
+ }