| 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 | |