Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
neural net modesl download script
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbasai committed Sep 10, 2017
1 parent 5dcc0d3 commit fbc3c86
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions download_neuralnets.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
TOP=$(cd $(dirname $0) && pwd -L)

# google inception for deep dream
cd ${TOP}/jarbas_models/tf_inception/
./download.sh

# black and white colorization model
cd ${TOP}/jarbas_models/tf_colorize/models
./download_pre_trained.sh

# download vgg16
cd ${TOP}/jarbas_models/tf_vgg16
./download.sh

# download vgg19
cd ${TOP}/jarbas_models/tf_vgg19
./download.sh
Empty file modified jarbas_models/tf_colorize/models/download_pre_trained.sh
100644 → 100755
Empty file.
Empty file modified jarbas_models/tf_inception/download.sh
100644 → 100755
Empty file.
Empty file modified jarbas_models/tf_vgg16/download.sh
100644 → 100755
Empty file.
Empty file modified jarbas_models/tf_vgg19/download.sh
100644 → 100755
Empty file.

0 comments on commit fbc3c86

Please sign in to comment.