Ouzhang's picture
Upload folder using huggingface_hub
a80f3c0 verified
Raw
History Blame Contribute Delete
263 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}/make_paper_figures.py" \
--result_root "${RESULT_ROOT}" \
--output_dir "${FIGURE_ROOT}/paper"