seann999/ssd_tensorflow

Maybe "feed_dict" is the main reason of slow running?

clks-wzz opened this issue · 0 comments

I found that this tf code uses "feed_dict" to feed the data for training. However, it's slow in tensorflow. I remember that "tfrecords" will speed up io while training.