GWKokab_example / run.sh
IamMuhammadZeeshan's picture
updated code format: h5 posteriors and reports
ca3d92c
raw
history blame contribute delete
437 Bytes
#!/bin/bash
GPU=0
CPU_MASK="1-20"
GWKOKAB_LOG_FILE="o4a.log" CUDA_VISIBLE_DEVICES=$GPU taskset -c "${CPU_MASK}" discrete_subpopulation \
--n-bpl 1 \
--n-gpl 2 \
--seed $RANDOM \
--n-buckets 1 \
--data-loader-cfg "./data_cfg.json" \
--prior-cfg "./prior.json" \
--pmean-cfg "./pmean.json" \
--sampler-cfg "./numpyro_cfg.json" \
--variance-cut-threshold 1.0 \
--add-skew-normal-chi-eff \
--add-powerlaw-redshift