How to append data to TensorFlow tfrecords file

Question:

How to append new data (e.g. pairs of images and labels) to an already existing tfrecord file?

The class tf.python_io.TFRecordWriter does not seem to have any option for that.

This question may also be reformulated to how to concatenate tfrecord files.

Asked By: gizzmole

||

Answers:

According to the comments in the ticket I opened this won’t be implemented, soon.

Answered By: gizzmole
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.