mkeeler43 commited on
Commit
cf4e2ad
·
verified ·
1 Parent(s): 69fb0bf

Remove smoke-test checkpoint

Browse files
beams2d/cfg_4bb57a2d/seed_42/metadata.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "algo": "diffusion_2d_cond",
3
- "checkpoint_backend": "hf",
4
- "checkpoint_files": [
5
- "model.pth"
6
- ],
7
- "condition_keys": [
8
- "volfrac",
9
- "rmin",
10
- "forcedist",
11
- "overhang_constraint"
12
- ],
13
- "config_fingerprint": "4bb57a2d",
14
- "hf_package_path": "beams2d/cfg_4bb57a2d/seed_42",
15
- "hf_repo_id": "IDEALLab/engiopt-diffusion-2d-cond",
16
- "primary_files": [
17
- "model.pth"
18
- ],
19
- "problem_id": "beams2d",
20
- "seed": 42,
21
- "wandb_entity": "engibench",
22
- "wandb_project": "engiopt",
23
- "wandb_run_id": "jakoxz7x",
24
- "wandb_run_url": "https://wandb.ai/engibench/engiopt/runs/jakoxz7x"
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
beams2d/cfg_4bb57a2d/seed_42/model.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:490a352a463d197fb4e57b0c929c7a1f3926f334f4fc6ee72ea5c3691798459b
3
- size 210703140
 
 
 
 
beams2d/cfg_4bb57a2d/seed_42/run_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "algo": "diffusion_2d_cond",
3
- "b1": 0.5,
4
- "b2": 0.999,
5
- "batch_size": 32,
6
- "hf_entity": "IDEALLab",
7
- "hf_repo_prefix": "engiopt",
8
- "latent_dim": 100,
9
- "layers_per_block": 2,
10
- "lr": 0.0004,
11
- "n_cpu": 8,
12
- "n_epochs": 2,
13
- "noise_schedule": "linear",
14
- "num_timesteps": 1000,
15
- "problem_id": "beams2d",
16
- "sample_interval": 400,
17
- "save_model": true,
18
- "seed": 42,
19
- "strict_determinism": false,
20
- "track": true,
21
- "wandb_entity": "engibench",
22
- "wandb_project": "engiopt"
23
- }