Skip to content

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