Relative Content

Tag Archive for openai-whisperflops

calculate flops in Whisper model

I am trying to calculate the flop count of a single pass through the whisper forward() function. I am getting 0 flop count, and am confused where i am going wrong. I am passing the input_features along with the initial decoder_token_ids, the output is also coming out okay, then why is the mac count 0?