Skip to content
New issue

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

An error in Getting started page #695

Open
ninfueng opened this issue Aug 21, 2023 · 1 comment
Open

An error in Getting started page #695

ninfueng opened this issue Aug 21, 2023 · 1 comment
Assignees

Comments

@ninfueng
Copy link

In Getting started page, Weights, activations, biases quantization section, I found an error.

class QuantWeightActBiasLeNet(Module):
    def __init__(self):
        super(LowPrecisionLeNet, self).__init__()

Should be:

class QuantWeightActBiasLeNet(Module):
    def __init__(self):
        super(QuantWeightActBiasLeNet, self).__init__()
@Giuseppe5
Copy link
Collaborator

Thanks!
It will be fixed for the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants