yangxue0827 / FPN_Tensorflow

A Tensorflow implementation of FPN detection framework.
416 stars 150 forks source link

Support for Different Batch Sizes #7

Closed mihiraniljoshi closed 6 years ago

mihiraniljoshi commented 6 years ago

The code works only if the BATCH_SIZE is set to 1. Are you planning to add larger batch size capability ? Thanks

yangxue0827 commented 6 years ago

Not yet.