From 9c1fa828750976869bdc5d2a285e0d8366eb96cd Mon Sep 17 00:00:00 2001 From: sumana sree Date: Sun, 13 Oct 2024 12:41:57 +0530 Subject: [PATCH] corrected lines reference according to doccumentation. Signed-off-by: sumana sree --- docs/user_guide/data_types_and_io/tensorflow_type.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user_guide/data_types_and_io/tensorflow_type.md b/docs/user_guide/data_types_and_io/tensorflow_type.md index 1b53639009..e8342f25b8 100644 --- a/docs/user_guide/data_types_and_io/tensorflow_type.md +++ b/docs/user_guide/data_types_and_io/tensorflow_type.md @@ -11,7 +11,7 @@ This document outlines the TensorFlow types available in Flyte, which facilitate ### Import necessary libraries and modules ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/69dbe4840031a85d79d9ded25f80397c6834752d/examples/data_types_and_io/data_types_and_io/tensorflow_type.py :caption: data_types_and_io/tensorflow_type.py -:lines: 1-7 +:lines: 2-7 ``` ## Tensorflow Model @@ -32,7 +32,7 @@ To clone and run the example code on this page, see the [Flytesnacks repo][flyte ``` ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/69dbe4840031a85d79d9ded25f80397c6834752d/examples/data_types_and_io/data_types_and_io/tensorflow_type.py :caption: data_types_and_io/tensorflow_type.py -:lines: 9-28 +:lines: 10-29 ``` ## TFRecord Files @@ -49,7 +49,7 @@ The `TensorFlowRecordFileTransformer` enables you to work with single TFRecord f ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/69dbe4840031a85d79d9ded25f80397c6834752d/examples/data_types_and_io/data_types_and_io/tensorflow_type.py :caption: data_types_and_io/tensorflow_type.py -:lines: 31-44 +:lines: 32-43 ``` ## TFRecord Directories @@ -68,7 +68,7 @@ The `TensorFlowRecordsDirTransformer` allows you to work with directories of TFR #### Example ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/69dbe4840031a85d79d9ded25f80397c6834752d/examples/data_types_and_io/data_types_and_io/tensorflow_type.py :caption: data_types_and_io/tensorflow_type.py -:lines: 47-61 +:lines: 46-57 ``` ## Configuration Class: `TFRecordDatasetConfig`