File size: 691 Bytes
c496462 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # 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`.
|