Commit 2517c61d authored by marcussorealheis's avatar marcussorealheis
Browse files

people are commonly having issues configuring paths for ruinning python scripts.

parent 188536e7
...@@ -41,7 +41,7 @@ Please follow the below steps before running models in this repo: ...@@ -41,7 +41,7 @@ Please follow the below steps before running models in this repo:
[nightly binaries](https://github.com/tensorflow/tensorflow#installation) [nightly binaries](https://github.com/tensorflow/tensorflow#installation)
2. Add the top-level ***/models*** folder to the Python path with the command: 2. Add the top-level ***/models*** folder to the Python path with the command:
`export PYTHONPATH="$PYTHONPATH:/path/to/models"` `export PYTHONPATH=$PYTHONPATH:/path/to/models`
Using Colab: `import os os.environ['PYTHONPATH'] += ":/path/to/models"` Using Colab: `import os os.environ['PYTHONPATH'] += ":/path/to/models"`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment