DDPM-2param / cross_model /README.md
collins909's picture
Upload 2-parameter conditional DDPM (HI emulation, CAMELS LH params_2, epoch 200) with full training/eval/posterior toolchain
c496462 verified

Cross-model scripts

These posterior-inference and comparison scripts use BOTH the 2-parameter and 6-parameter DDPM checkpoints. Their default paths assume the original cluster layout:

Models/
  2param_DDPM_HI_Emulation/   <- code
  6param_ddpm_hi_lh6/         <- code
  notebook_model_weights/
    2param_epoch200/          <- checkpoint + args.json
    6param_best/              <- checkpoint + args.json

When running these scripts from a local download of this HF repo, pass --bundle-2param, --bundle-6param, --data-2param, --data-6param (etc.) to point at the locations where you placed the weights and the CAMELS LH data. See each script's --help.