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
目前计算是 2.0 * DimsVectorUtils::Count(output_dims_) * output_dims_[1] / conv_params_.group * conv_params_.kernel_x * conv_params_.kernel_y / 1000.0 / 1000.0; 应该是 2.0 * DimsVectorUtils::Count(output_dims_) * input_dims_[1] / conv_params_.group * conv_params_.kernel_x * conv_params_.kernel_y / 1000.0 / 1000.0;
The text was updated successfully, but these errors were encountered:
Merge branch 'master' into hotfix-#411
4711a0e
6fee7c4
9e3ea91
fixed by e3ae1cd
Sorry, something went wrong.
shaundai-tencent
No branches or pull requests
目前计算是
2.0 * DimsVectorUtils::Count(output_dims_) * output_dims_[1] / conv_params_.group * conv_params_.kernel_x * conv_params_.kernel_y / 1000.0 / 1000.0;
应该是
2.0 * DimsVectorUtils::Count(output_dims_) * input_dims_[1] / conv_params_.group * conv_params_.kernel_x * conv_params_.kernel_y / 1000.0 / 1000.0;
The text was updated successfully, but these errors were encountered: