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
d710a973
Unverified
Commit
d710a973
authored
Nov 15, 2017
by
Ivan Bogatyy
Committed by
GitHub
Nov 15, 2017
Browse files
Merge pull request #2792 from strubell/patch-1
Add autograd v1.1.13 dependency to manual install
parents
4364390a
8f41813a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
research/syntaxnet/README.md
research/syntaxnet/README.md
+2
-0
No files found.
research/syntaxnet/README.md
View file @
d710a973
...
@@ -111,6 +111,8 @@ source. You'll need to install:
...
@@ -111,6 +111,8 @@ source. You'll need to install:
*
`pip install asciitree`
*
`pip install asciitree`
*
numpy, package for scientific computing:
*
numpy, package for scientific computing:
*
`pip install numpy`
*
`pip install numpy`
*
autograd 1.1.13, for automatic differentiation (not yet compatible with autograd v1.2 rewrite):
*
`pip install autograd==1.1.13`
*
pygraphviz to visualize traces and parse trees:
*
pygraphviz to visualize traces and parse trees:
*
`apt-get install -y graphviz libgraphviz-dev`
*
`apt-get install -y graphviz libgraphviz-dev`
*
`pip install pygraphviz
*
`pip install pygraphviz
...
...
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