Table of Contents
Overview
AIS cluster provides out-of-the-box integration with TensorFlow TFRecord format
- Creating TensorFlow datasets from TFRecords stored in AIS cluster with
tf.data.TFRecordDataset API. See S3 compatibility docs
- Creating TensorFlow datasets from TAR files stored in AIS cluster with
tf.data.TFRecordDataset API.
The conversion is executed remotely, on the fly in the cluster.
Examples
Create TensorFlow dataset from TFRecords stored in AIS
Create TensorFlow dataset from TARs stored in AIS