Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLOPs Problems #2

Open
Hlxwk opened this issue Oct 12, 2019 · 1 comment
Open

FLOPs Problems #2

Hlxwk opened this issue Oct 12, 2019 · 1 comment

Comments

@Hlxwk
Copy link

Hlxwk commented Oct 12, 2019

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.

@cszyzhang
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants