Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 740 Bytes

tensorflow.rst

File metadata and controls

20 lines (15 loc) · 740 Bytes

TensorFlow

This topic describes how to integrate TensorBay dataset with TensorFlow Pipeline using the MNIST Dataset as an example.

The typical method to integrate TensorBay dataset with TensorFlow is to build a callable "Segment" class.

../../../docs/code/use_dataset_in_tensorflow.py

Using the following code to create a TensorFlow dataset and run it:

../../../docs/code/use_dataset_in_tensorflow.py