Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 42dfcdc

Browse files
committed
Update run.sh
1 parent 712165b commit 42dfcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tfhub/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
echo --INSTALL--
2-
python -m pip install tensorflow tensorflow_hub
2+
python -m pip install tensorflow tensorflow_hub --no-deps
33

44
echo --RUN--
55
cd tfhub
6-
python tfhub_mobilenet_v3_small_075_224.py
6+
python -u tfhub_mobilenet_v3_small_075_224.py
77
cd ..
88

0 commit comments

Comments
 (0)