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
12d42d9c
Commit
12d42d9c
authored
Apr 05, 2017
by
Ivan Bogatyy
Committed by
GitHub
Apr 05, 2017
Browse files
Merge pull request #1298 from odellus/patch-1
Update README.md
parents
78153f1f
6cdcd45a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
syntaxnet/README.md
syntaxnet/README.md
+10
-1
No files found.
syntaxnet/README.md
View file @
12d42d9c
...
@@ -103,12 +103,21 @@ following commands:
...
@@ -103,12 +103,21 @@ following commands:
bazel
test
--linkopt
=
-headerpad_max_install_names
\
bazel
test
--linkopt
=
-headerpad_max_install_names
\
dragnn/... syntaxnet/... util/utf8/...
dragnn/... syntaxnet/... util/utf8/...
```
```
Bazel should complete reporting all tests passed.
Bazel should complete reporting all tests passed.
Now you can install the SyntaxNet and DRAGNN Python modules with the following commands:
```
shell
mkdir
/tmp/syntaxnet_pkg
bazel-bin/dragnn/tools/build_pip_package
--output-dir
=
/tmp/syntaxnet_pkg
# The filename of the .whl depends on your platform.
sudo
pip
install
/tmp/syntaxnet_pkg/syntaxnet-x.xx-none-any.whl
```
To build SyntaxNet with GPU support please refer to the instructions in
To build SyntaxNet with GPU support please refer to the instructions in
[
issues/248
](
https://github.com/tensorflow/models/issues/248
)
.
[
issues/248
](
https://github.com/tensorflow/models/issues/248
)
.
**Note:**
If you are running Docker on OSX, make sure that you have enough
**Note:**
If you are running Docker on OSX, make sure that you have enough
memory allocated for your Docker VM.
memory allocated for your Docker VM.
...
...
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