TensorFlow Datasets
TensorFlow Datasets is a collection of datasets ready to use, with TensorFlow or other Python ML frameworks, such as Jax. All datasets are exposed as tf.data.Datasets, enabling easy-to-use and high-performance input pipelines. To get started see the guide and the list of datasets.
安装与设置
您需要安装 tensorflow 和 tensorflow-datasets Python 包。
pip install tensorflow
pip install tensorflow-dataset
文档加载器
查看一个 使用示例。
from langchain_community.document_loaders import TensorflowDatasetLoader
API 参考:TensorflowDatasetLoader