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

CKPT_DIR="./ckpt_sentiment_cls/best_model"
python -u cls_predict.py --checkpoint_dir $CKPT_DIR --max_seq_len 128