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
b1f7d549
Commit
b1f7d549
authored
May 17, 2016
by
Jim Alateras
Committed by
calberti
May 16, 2016
Browse files
doc: Add instructions on installing numpy (#68)
* doc: Add instructions on installing numpy * fix typo
parent
4bc7e2c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
syntaxnet/README.md
syntaxnet/README.md
+3
-1
No files found.
syntaxnet/README.md
View file @
b1f7d549
...
@@ -84,6 +84,8 @@ source. You'll need to install:
...
@@ -84,6 +84,8 @@ source. You'll need to install:
*
upgrade to a supported version with
`pip install -U protobuf==3.0.0b2`
*
upgrade to a supported version with
`pip install -U protobuf==3.0.0b2`
*
asciitree, to draw parse trees on the console for the demo:
*
asciitree, to draw parse trees on the console for the demo:
*
`pip install asciitree`
*
`pip install asciitree`
*
numpy, package for scientific computing:
*
`pip install numpy`
Once you completed the above steps, you can build and test SyntaxNet with the
Once you completed the above steps, you can build and test SyntaxNet with the
following commands:
following commands:
...
...
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