uda
uda copied to clipboard
In image/preprocess.py
record_writer.write(example.SerializeToString()) is repeated on lines 107 and 114 in the save_tfrecord() function.
Thanks! This will cause the same data example to be written twice to the tfrecord, and hence results in a larger tfrecord file of repetitive examples. We'll fix it.