run_predict.sh 155 字节
Newer Older
W
wuzewu 已提交
1
export CUDA_VISIBLE_DEVICES=0
Z
Zeyu Chen 已提交
2

3 4
CKPT_DIR="./ckpt_chnsenticorp/best_model"
python -u predict.py --checkpoint_dir $CKPT_DIR --max_seq_len 128 --use_gpu False