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

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