seann999 / ssd_tensorflow

SSD implementation in development in TensorFlow
182 stars 52 forks source link

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

Open clks-wzz opened 7 years ago

clks-wzz commented 7 years ago

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.