From f7dfcf6611bf86b6de196bdce6e5562bcf011bd4 Mon Sep 17 00:00:00 2001 From: tianxin Date: Thu, 11 Jul 2019 14:59:13 +0800 Subject: [PATCH] fix atypo --- ERNIE/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERNIE/README.md b/ERNIE/README.md index e68b7bd..81415c3 100644 --- a/ERNIE/README.md +++ b/ERNIE/README.md @@ -279,7 +279,7 @@ text_a label export FLAGS_sync_nccl_allreduce=1 export CUDA_VISIBLE_DEVICES=7 -python -u ernir_encoder.py \ +python -u ernie_encoder.py \ --use_cuda true \ --batch_size 32 \ --output_dir "./test" \ -- GitLab