Skip to content

Commit ae1f07d

Browse files
arsalanugeorgepaw
authored andcommitted
adding links to tutorials repo for tf2 docs
Summary: TF2.4 only Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep, arsalanu Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Subscribers: louisev, georgep Maniphest Tasks: T33246 Differential Revision: https://phabricator.sourcevertex.net/D52042
1 parent de7e74f commit ae1f07d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Keras model creation is no different than what you would use if you were
66
training on other devices. To target the Poplar XLA device, Keras model creation
77
must be inside the ``strategy.scope`` of an ``IPUStrategy``.
88

9+
For a more practical walkthrough, see `this tutorial about using Keras on the IPU <https://github.com/graphcore/tutorials/tree/sdk-release-2.3/tutorials/tensorflow2/keras>`_
10+
from the Graphcore tutorials repository.
11+
912
Single IPU models
1013
~~~~~~~~~~~~~~~~~
1114

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ 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 `detailed tutorial about using infeeds and outfeeds with TensorFlow <https://github.com/graphcore/tutorials/tree/sdk-release-2.3/tutorials/tensorflow2/infeed_outfeed>`_.
102+
103+
101104
Accessing outfeed queue results during execution
102105
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
103106

0 commit comments

Comments
 (0)