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

S
Steffy-zxf 已提交
4
CKPT_DIR="./ckpt_chnsenticorp"
K
kinghuin 已提交
5

K
kinghuin 已提交
6 7 8
python -u predict.py --checkpoint_dir=$CKPT_DIR \
                            --max_seq_len=128 \
                            --use_gpu=True \
S
Steffy-zxf 已提交
9
                            --batch_size=24 \