Upload 2-parameter conditional DDPM (HI emulation, CAMELS LH params_2, epoch 200) with full training/eval/posterior toolchain
f513198 verified | { | |
| "label_dim": 2, | |
| "base_channels": 64, | |
| "channel_multipliers": [ | |
| 1, | |
| 2, | |
| 4, | |
| 8 | |
| ], | |
| "attention_levels": [ | |
| 2, | |
| 3 | |
| ], | |
| "dropout": 0.1, | |
| "timesteps": 1500, | |
| "beta_start": 0.0001, | |
| "beta_end": 0.02, | |
| "schedule_type": "linear", | |
| "epochs": 210, | |
| "batch_size": 8, | |
| "lr": 0.0002, | |
| "ema_decay": 0.9999, | |
| "num_workers": 4, | |
| "early_stop_patience": 100, | |
| "use_amp": false, | |
| "data_dir": "<DDPM_ROOT>/data/LH_data/params_2", | |
| "normalize_labels": true, | |
| "output_dir": "outputs_conditional_2label", | |
| "resume": "outputs_conditional_2label_20260401_164603/checkpoints/checkpoint_epoch_160.pt", | |
| "resume_refresh_scheduler": true, | |
| "sample_every": 10, | |
| "use_ddim": true, | |
| "ddim_steps": 50, | |
| "use_wandb": false, | |
| "wandb_project": "ddpm_cosmology", | |
| "wandb_entity": "", | |
| "wandb_run_name": "" | |
| } |