This repository has been archived by the owner on May 17, 2022. It is now read-only.
forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jarbasai
committed
Sep 10, 2017
1 parent
5dcc0d3
commit fbc3c86
Showing
5 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Empty file.
Empty file.
Empty file.