Hello SafeAuto authors,
I am reproducing the released BDD-X evaluation:
bash scripts/eval_bddx.sh 0.01 0.35 true 2
The evaluator requires pgm/ckpts/pgm/bddx_weights.npy. However, this checkpoint is not present in the GitHub repository or the released Hugging Face SafeAuto-BDDX model files.
The released pgm/predicates/bddx/train_vectors.pkl is 36-dimensional, while the BDDX MLN rules index the 52-dimensional predicate space, so python -m pgm.pgm --dataset bddx fails with an IndexError. Could you please release the BDD-X PGM checkpoint, or provide:
- a download URL for bddx_weights.npy,
- its SHA-256 checksum,
- the exact commit/dataset revision and training command used to produce it,
- clarification on how the 52-dimensional training predicates were generated?
Thank you!
Hello SafeAuto authors,
I am reproducing the released BDD-X evaluation:
bash scripts/eval_bddx.sh 0.01 0.35 true 2The evaluator requires
pgm/ckpts/pgm/bddx_weights.npy. However, this checkpoint is not present in the GitHub repository or the released Hugging Face SafeAuto-BDDX model files.The released pgm/predicates/bddx/train_vectors.pkl is 36-dimensional, while the BDDX MLN rules index the 52-dimensional predicate space, so
python -m pgm.pgm --dataset bddxfails with an IndexError. Could you please release the BDD-X PGM checkpoint, or provide:Thank you!