I have two inputs - image and array, I can write all to a TFRecord file, code as below:
def write_tfrecords(x, y, filename): writer = tf.io.TFRecordWriter(fil