Skip to content

Commit

Permalink
fix script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Meiyim committed Aug 28, 2019
1 parent 63ff9d6 commit b21a2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/zh_task/ernie_base/run_msra_ner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set -eux

export FLAGS_eager_delete_tensor_gb=0
export FLAGS_sync_nccl_allreduce=1
export CUDA_VISIBLDE_DEVICES=0
export CUDA_VISIBLE_DEVICES=0

python -u run_sequence_labeling.py \
--use_cuda true \
Expand Down

0 comments on commit b21a2b0

Please sign in to comment.