mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Fix Inception model name in download script #70
This commit is contained in:
parent
b9fedb80f0
commit
f3129097cf
2 changed files with 2 additions and 2 deletions
|
|
@ -11,5 +11,5 @@ if [[ ! -e assets/tensorflow/inception/tensorflow_inception_graph.pb ]]; then
|
|||
mkdir -p assets/tensorflow/inception
|
||||
unzip ${FILENAME} -d assets/tensorflow/inception
|
||||
else
|
||||
echo "TensorFlow InceptionV3 model already downloaded."
|
||||
echo "TensorFlow Inception V1 model already downloaded."
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue