You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your sharing great work about efficient point cloud processing. I am curious about the way of computing FLOPs, especially for inference FLOPs. Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
Please refer to tf.profiler.profile to show the FLOPs. For inference, there are no ops for back propagation. So the FLOPs for inference are much less than those of training.
Thanks for your sharing great work about efficient point cloud processing. I am curious about the way of computing FLOPs, especially for inference FLOPs. Looking forward to your reply.
The text was updated successfully, but these errors were encountered: