Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
95e5279a
Commit
95e5279a
authored
Oct 30, 2018
by
L.S. Cook
Committed by
Robert Kimball
Oct 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct sentence-case on link and correct a typo (#1939)
parent
5cfc7e92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
update.rst
doc/sphinx/source/howto/update.rst
+1
-1
about.rst
doc/sphinx/source/project/about.rst
+1
-1
No files found.
doc/sphinx/source/howto/update.rst
View file @
95e5279a
...
...
@@ -44,7 +44,7 @@ In working with nGraph-based construction of graphs, updating takes
the same approach. During training, we include all the weights as
arguments to the training function and return the updated weights
along with any other results. For more complex forms of training,
such as those using momentum, we would add the mome
me
ntum tensors
such as those using momentum, we would add the momentum tensors
as additional arguments and include their updated values as additional
results. A simple case is illustrated in the documentation for how
to :doc:`derive-for-training`.
doc/sphinx/source/project/about.rst
View file @
95e5279a
...
...
@@ -72,7 +72,7 @@ The *nGraph core* uses a **strongly-typed and platform-neutral stateless graph
representation** for computations. Each node, or *op*, in the graph corresponds
to one :term:`step` in a computation, where each step produces zero or more
tensor outputs from zero or more tensor inputs. For a more detailed dive into
how this works, read
our documentation on how to :doc:`../howto/execute`
.
how this works, read
some of our :doc:`how to <../howto/execute>` articles
.
.. _framework-flexibility:
...
...
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