How to find flop count of a nemo model? #10217
Unanswered
afsara-ben
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The NEMO models call a function such as
transcribe()
to perform ASR. With the existent flop count libraries likethop
,fvcore
, I cannot obtain the flop count as it requires the input to be passed through the model'sforward()
function. The following does not work.Beta Was this translation helpful? Give feedback.
All reactions