TensorFlow integration
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.TFRecordDatasetAPI. See S3 compatibility docs - Creating TensorFlow datasets from TAR files stored in AIS cluster with
tf.data.TFRecordDatasetAPI. The conversion is executed remotely, on the fly in the cluster.