We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran the run_flops.dist and got the warnings below:
WARNING:root:Skipped operation aten::layer_norm 76 time(s) WARNING:root:Skipped operation aten::mul_ 152 time(s) WARNING:root:Skipped operation aten::gelu 114 time(s) WARNING:root:Skipped operation aten::upsample_nearest2d 22 time(s) WARNING:root:Skipped operation aten::upsample_bilinear2d 22 time(s) WARNING:root:Skipped operation aten::avg_pool2d 1 time(s)
the flops for hrt_tiny was indeed 1.83G though So does it mean that the operations in the warnings should not be considered when calculating flops?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran the run_flops.dist and got the warnings below:
WARNING:root:Skipped operation aten::layer_norm 76 time(s)
WARNING:root:Skipped operation aten::mul_ 152 time(s)
WARNING:root:Skipped operation aten::gelu 114 time(s)
WARNING:root:Skipped operation aten::upsample_nearest2d 22 time(s)
WARNING:root:Skipped operation aten::upsample_bilinear2d 22 time(s)
WARNING:root:Skipped operation aten::avg_pool2d 1 time(s)
the flops for hrt_tiny was indeed 1.83G though
So does it mean that the operations in the warnings should not be considered when calculating flops?
The text was updated successfully, but these errors were encountered: