Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 763 Bytes

paddlepaddle.rst

File metadata and controls

21 lines (16 loc) · 763 Bytes

PaddlePaddle

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

The typical method to integrate TensorBay dataset with PaddlePaddle is to build a "Segment" class derived from paddle.io.Dataset.

../../../docs/code/use_dataset_in_paddlepaddle.py

Using the following code to create a PaddlePaddle dataloader and run it:

../../../docs/code/use_dataset_in_paddlepaddle.py