Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
2517c61d
Commit
2517c61d
authored
Oct 17, 2019
by
marcussorealheis
Browse files
people are commonly having issues configuring paths for ruinning python scripts.
parent
188536e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/README.md
official/README.md
+1
-1
No files found.
official/README.md
View file @
2517c61d
...
@@ -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"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment