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

Update get_flops() to accept kwargs and pass them to tf.compat.v1.profiler.ProfileOptionBuilder.float_operation() #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Haimzis
Copy link

@Haimzis Haimzis commented Oct 31, 2023

Very useful, thank you.
Added this small change on my machine.

This PR updates the get_flops() function to accept kwargs and pass them to the tf.compat.v1.profiler.ProfileOptionBuilder.float_operation() function. This allows users to pass additional options to the tf.profiler.profile() function, which can be useful for debugging or performance analysis.

Example:
flops = get_flops(model, batch_size=1, order_by='flops')

…filer.ProfileOptionBuilder.float_operation()
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

Successfully merging this pull request may close these issues.

1 participant