sacmehta / EdgeNets

This repository contains the source code of our work on designing efficient CNNs for computer vision
MIT License
412 stars 82 forks source link

About computing fps #3

Closed xzydxh closed 5 years ago

xzydxh commented 5 years ago

Hello,I have trained the network with two GPUs and the batch_size=16. Batch_time=0.5 when validation ,how can i compute fps.Thanks for your work.

sacmehta commented 5 years ago

See this thread.

https://github.com/sacmehta/ESPNet/issues/57

xzydxh commented 5 years ago

Thank you for your help.