genrl-enhancer-diffusion / scripts /02_predictor /plot_predictor_validation.sh
Ouzhang's picture
Upload folder using huggingface_hub
a80f3c0 verified
Raw
History Blame Contribute Delete
295 Bytes
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${SCRIPT_DIR}/../00_setup/env.sh"
python3 "${SCRIPT_DIR}/plot_predictor_validation.py" \
--test_results "${PREDICTOR_DIR}/test_results.json" \
--output_dir "${FIGURE_ROOT}/predictor"