yeephycho / nasnet-tensorflow

A nasnet in tensorflow
Apache License 2.0
136 stars 52 forks source link

how to inference images in batch? #15

Open huiofficial opened 5 years ago

huiofficial commented 5 years ago

I want to accelerate the inference process by predicting images in batch, how can I do it?

I read your code to know you predict images by crop it several times and concat them into an array, but that seems to slow down the process if I want to inference muti images at the same time. Can you offer me some ideas or which api should I use to make it happen?