run_predict.sh 136 字节
Newer Older
S
Steffy-zxf 已提交
1 2 3 4
export CUDA_VISIBLE_DEVICES=0

CKPT_DIR="./ckpt_toxic"
python -u predict.py --checkpoint_dir $CKPT_DIR --max_seq_len 128 --use_gpu True