mkeeler43 commited on
Commit
43a7ffd
·
verified ·
1 Parent(s): 6242d9b

Upload checkpoint for gan_cnn_2d heatconduction2d/cfg_e0d347f2/seed_42

Browse files
heatconduction2d/cfg_e0d347f2/seed_42/discriminator.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4749788b85550e7224506675f6377a15a38b0338f02e37cfbbd9445f3979b8c2
3
+ size 5004557
heatconduction2d/cfg_e0d347f2/seed_42/generator.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9614c576bcc89ea75f2fcc84bc6776ee471dad6281339b50ee412261957ac179
3
+ size 7266782
heatconduction2d/cfg_e0d347f2/seed_42/metadata.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "gan_cnn_2d",
3
+ "checkpoint_backend": "hf",
4
+ "checkpoint_files": [
5
+ "discriminator.pth",
6
+ "generator.pth"
7
+ ],
8
+ "config_fingerprint": "e0d347f2",
9
+ "hf_package_path": "heatconduction2d/cfg_e0d347f2/seed_42",
10
+ "hf_repo_id": "IDEALLab/engiopt-gan-cnn-2d",
11
+ "primary_files": [
12
+ "generator.pth"
13
+ ],
14
+ "problem_id": "heatconduction2d",
15
+ "seed": 42,
16
+ "wandb_entity": "engibench",
17
+ "wandb_project": "engiopt",
18
+ "wandb_run_id": "21ucj9g7",
19
+ "wandb_run_url": "https://wandb.ai/engibench/engiopt/runs/21ucj9g7"
20
+ }
heatconduction2d/cfg_e0d347f2/seed_42/run_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algo": "gan_cnn_2d",
3
+ "b1": 0.5,
4
+ "b2": 0.999,
5
+ "batch_size": 64,
6
+ "hf_entity": "IDEALLab",
7
+ "hf_repo_prefix": "engiopt",
8
+ "latent_dim": 16,
9
+ "lr_disc": 0.001,
10
+ "lr_gen": 0.0001,
11
+ "n_cpu": 8,
12
+ "n_epochs": 300,
13
+ "problem_id": "heatconduction2d",
14
+ "sample_interval": 400,
15
+ "save_model": true,
16
+ "seed": 42,
17
+ "strict_determinism": false,
18
+ "track": true,
19
+ "wandb_entity": "engibench",
20
+ "wandb_project": "engiopt"
21
+ }