how to download the check points,
save_dir=$1ckpt_path=$2
python inference.py --test_file assets/test.txt --save_dir "${save_dir}" --ckpt_path "${ckpt_path}"
· Sign up or log in to comment