Skip to main content

TensorFlow 数据集

TensorFlow 数据集 是一个可直接使用的数据集集合, 可与 TensorFlow 或其他 Python 机器学习框架(如 Jax)一起使用。所有数据集都被暴露为 tf.data.Datasets, 使得输入管道易于使用且高效。要开始使用,请参见 指南数据集列表

安装和设置

您需要安装 tensorflowtensorflow-datasets Python 包。

pip install tensorflow
pip install tensorflow-dataset

文档加载器

查看使用示例

from langchain_community.document_loaders import TensorflowDatasetLoader

Was this page helpful?


You can also leave detailed feedback on GitHub.

扫我,入群扫我,找书