Skip to content

Commit

Permalink
Merge pull request #305 from Meiyim/dev
Browse files Browse the repository at this point in the history
fix script typo
  • Loading branch information
Meiyim authored Aug 28, 2019
2 parents 822ae26 + b21a2b0 commit 088a5ce
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 088a5ce

Please sign in to comment.