Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafenwaMoses committed Feb 2, 2018
1 parent ff0b2e3 commit e347afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inception-playground/README.md
@@ -0,0 +1 @@
<h1>INSTRUCTIONS</h1><br> &nbsp &nbsp &nbsp &nbsp &nbsp This folder contains the source code and required files for the Inception Playground. However, you will have to download the Inception-V3 ImageNet model yourself via this <a href="https://github.com/fchollet/deep-learning-models/releases/download/v0.5/inception_v3_weights_tf_dim_ordering_tf_kernels.h5" >link</a> and include it in the project. All other files such as pictures and the python files can be linked with relative paths, ensure you maintain an absolute path for the <i>imagenet_class_index.json</i> file and the model file (usually <i>inception_v3_weights_tf_dim_ordering_tf_kernels.h5</i>) both in debug mode and production mode. Ensure installation path for the project is pre-determined and the <i>imagenet_class_index.json</i> file and model file is linked via this path.

0 comments on commit e347afc

Please sign in to comment.