Skip to content

Commit

Permalink
corrected lines reference according to doccumentation.
Browse files Browse the repository at this point in the history
Signed-off-by: sumana sree <[email protected]>
  • Loading branch information
sumana-2705 committed Oct 13, 2024
1 parent d571d50 commit 9c1fa82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user_guide/data_types_and_io/tensorflow_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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`
Expand Down

0 comments on commit 9c1fa82

Please sign in to comment.