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
您好,在论文中说到,正如XNOR-Net一样,forward 和 backward过程中量化,但是参数更新不量化,这个过程您是怎么实现的呢?
The text was updated successfully, but these errors were encountered:
更新的还是浮点形式的模型参数,只不过推理的时候先量化参数在计算,反传的时候再实现量化函数的反传函数就行。
Sorry, something went wrong.
No branches or pull requests
您好,在论文中说到,正如XNOR-Net一样,forward 和 backward过程中量化,但是参数更新不量化,这个过程您是怎么实现的呢?
The text was updated successfully, but these errors were encountered: