run_predict.sh 139 字节
Newer Older
1
export CUDA_VISIBLE_DEVICES=5
Z
Zeyu Chen 已提交
2

Z
Zeyu Chen 已提交
3 4
CKPT_DIR="./ckpt_chnsenticorp/best_model"
python -u predict.py --checkpoint_dir $CKPT_DIR --max_seq_len 128