You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ environment.
61
61
62
62
The requirements for building nGraph bridge are identical to the requirements for building TensorFlow from source. For more information, review the [TensorFlow configuration] details.
63
63
64
-
##### Prepare you build environment
64
+
##### Prepare your build environment
65
65
66
66
Install the following requirements before building
67
67
`nGraph-bridge`.
@@ -88,7 +88,7 @@ Once TensorFlow's dependencies are installed, clone the `ngraph-bridge` repo:
Run the following Python script to build TensorFlow, nGraph, and the bridge. Use Python 3.5:
94
94
@@ -115,7 +115,7 @@ To use the `ngraph-tensorflow-bridge`, activate the following `virtualenv` to st
115
115
116
116
source build_cmake/venv-tf-py3/bin/activate
117
117
118
-
Alternatively, you can also install the TensorFlow and nGraph bridge outside of a `virtualenv`. The Python `whl` files are located in the `build_cmake/artifacts/` and `build_cmake/artifats/tensorflow` directories, respectively.
118
+
Alternatively, you can also install the TensorFlow and nGraph bridge outside of a `virtualenv`. The Python `whl` files are located in the `build_cmake/artifacts/` and `build_cmake/artifacts/tensorflow` directories, respectively.
119
119
120
120
Select the help option of `build_ngtf.py` script to learn more about various build options and how to build other backends.
0 commit comments