uda icon indicating copy to clipboard operation
uda copied to clipboard

In image/preprocess.py

Open nsvanirudh opened this issue 6 years ago • 1 comments

record_writer.write(example.SerializeToString()) is repeated on lines 107 and 114 in the save_tfrecord() function.

nsvanirudh avatar Jul 12 '19 22:07 nsvanirudh

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.

michaelpulsewidth avatar Jul 15 '19 04:07 michaelpulsewidth