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
In quantization,“We insert BN after the converted 3x3 conv layers because QAT with torch.quantization requires BN”.
I wonder why QAT must need BN after conv, if we don't have BN,just fuse_modules with conv, relu mode, Right?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In quantization,“We insert BN after the converted 3x3 conv layers because QAT with torch.quantization requires BN”.
I wonder why QAT must need BN after conv, if we don't have BN,just fuse_modules with conv, relu mode, Right?
The text was updated successfully, but these errors were encountered: