Skip to content

Commit 6b9b48a

Browse files
authored
* fix_bug, test=document_fix * fix_bug, test=document_fix
1 parent 5a54af4 commit 6b9b48a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/dynamic_graph_models.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ dy_clas_repo(){
9696
ln -s ${data_path}/dygraph_data/imagenet100_data/* ./dataset/ILSVRC2012
9797
sed -i '/set\ -xe/d' benchmark/run_benchmark.sh
9898
bash benchmark/run_all.sh
99+
}
100+
99101

100102
#run_bert
101103
dy_bert(){
@@ -562,6 +564,7 @@ dy_lac(){
562564

563565
dy_ppocr_mobile_2() {
564566
cur_model_path=${BENCHMARK_ROOT}/PaddleOCR
567+
pip install fasttext
565568
cd ${cur_model_path}
566569

567570
if python -c "import pooch" >/dev/null 2>&1; then

0 commit comments

Comments
 (0)