First download the checkpoint.

#2
by LogeshChandran - opened

how to download the check points,

save_dir=$1
ckpt_path=$2

python inference.py --test_file assets/test.txt --save_dir "${save_dir}" --ckpt_path "${ckpt_path}"

image.png

Sign up or log in to comment