Skip to content

Commit 085b20a

Browse files
committed
TensorFlow user guide: update references to tutorials repo
Summary: TF2.6 only Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, #tech_docs, gauthamg Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, gauthamg Subscribers: grahamh Maniphest Tasks: T73594 Differential Revision: https://phabricator.sourcevertex.net/D81798
1 parent 6010fa6 commit 085b20a

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

tensorflow/compiler/plugin/poplar/docs/custom_codelet.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ C++ code compiled for, and executed on, the IPU.
5151

5252
For more information about writing Poplar graph programs and codelets, refer to
5353
the `Poplar and PopLibs User Guide
54-
<https://docs.graphcore.ai/projects/poplar-user-guide/>`_ and the :tutorials-repo:`Poplar tutorials <tutorials/poplar>` on the Graphcore GitHub tutorials respository.
54+
<https://docs.graphcore.ai/projects/poplar-user-guide/>`_ and the :tutorials-repo:`Poplar tutorials <tutorials/poplar>` in the Graphcore GitHub examples repository.
5555

5656
Your program must contain a function to build the graph, which will be called
5757
from TensorFlow when you instantiate the custom op. This has the following
@@ -465,9 +465,11 @@ repository:
465465

466466
* :tutorials-repo-tf1:`Custom op with codelet for custom vertex code <feature_examples/tensorflow/custom_op>`
467467

468-
.. note:: These examples are for TensorFlow 1.
468+
.. note:: These examples are only for TensorFlow 1.
469469

470-
From Poplar SDK 3.1, TensorFlow 1 will only be supported in CentOS 7. In addition, `Examples <https://github.com/graphcore/examples/tree/v3.0.0>`__ and `Tutorials <https://github.com/graphcore/tutorials/tree/sdk-release-3.0>`__ for TensorFlow 1 are only available up to version 3.0 of the SDK. There has been limited testing of the 3.0 versions of the TensorFlow 1 tutorials and examples with Poplar SDK 3.1.
470+
From Poplar SDK 3.1, TensorFlow 1 will only be supported in CentOS 7.
471+
472+
In addition, `Examples <https://github.com/graphcore/examples/tree/v3.0.0>`__ and `Tutorials <https://github.com/graphcore/tutorials/tree/sdk-release-3.0>`__ for TensorFlow 1 are only available up to version 3.0 of the SDK. There has been limited testing of the 3.0 versions of the TensorFlow 1 tutorials and examples with later versions of the Poplar SDK.
471473

472474

473475

tensorflow/compiler/plugin/poplar/docs/perf_training.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ array and will contain `x1 - x2` for each iteration in the loop.
9898

9999
See entries in the :ref:`api-section` for more details.
100100

101-
For a more practical example, the Graphcore tutorials repository contains a :tutorials-repo:`detailed tutorial about using infeeds and outfeeds with TensorFlow <tutorials/tensorflow2/infeed_outfeed>`.
101+
For a more practical example, the Graphcore examples repository contains a :tutorials-repo:`detailed tutorial about using infeeds and outfeeds with TensorFlow <tutorials/tensorflow2/infeed_outfeed>`.
102102

103103

104104
.. _infeed-simplification:
@@ -536,11 +536,11 @@ If an operation requires the full tensor, the shards can be broadcast to all
536536
replicas.
537537

538538
RTS is used to save memory when using stateful optimizers, such as Adam or LAMB,
539-
with replicas. In Keras, it can be enabled by setting the
539+
with replicas. In Keras, it can be enabled by setting the
540540
`replicated_optimizer_state_sharding`
541-
argument to True in the
541+
argument to True in the
542542
:py:func:`~keras.ipu.extensions.FunctionalExtension.set_gradient_accumulation_options`
543-
method for non-pipelined models and the
543+
method for non-pipelined models and the
544544
:py:func:`~keras.ipu.extensions.FunctionalExtension.set_pipelining_options` method
545545
for pipelined models.
546546

tensorflow/compiler/plugin/poplar/docs/references.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Graphcore
99
_________
1010

1111
- The latest versions of all the Graphcore `software documentation <https://docs.graphcore.ai/page/software.html>`_ including user guides and technical notes
12-
- The Graphcore `GitHub examples repository <https://github.com/graphcore/examples>`_ has application examples
13-
- The Graphcore `GitHub tutorials repository <https://github.com/graphcore/tutorials>`_ has examples of features and simple applications, and tutorials
12+
- The Graphcore `GitHub examples repository <https://github.com/graphcore/examples>`_ has full applications, examples of features, simple applications and tutorials
1413
- There are `Graphcore videos <https://www.graphcore.ai/resources/how-to-videos>`_ with explanations and demos of Graphcore software
1514
- The source code for `TensorFlow for the IPU <https://github.com/graphcore/tensorflow>`_ on GitHub
1615

0 commit comments

Comments
 (0)