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
我在训练前后使用torch.nn.module.extra_repr打印了尺度和偏移的相关信息,但是发现与训练前无异 但是,我尝试只训练权重,而不改变偏移尺度等信息,得到的精度确不如通过lsq+训练得到的结果 说明训练起到了效果,但是打印的信息确没有变化 我不清楚为什么 “打印了尺度和偏移的相关信息,但是发现与训练前无异” 希望得到您的回复
The text was updated successfully, but these errors were encountered:
there may be something you printed wrong, you can print it like this class LSQPlusActivationQuantizer(nn.Module): or class LSQWeightQuantizer(nn.Module):. Another way is saving the scale and beta to the model, and you can find these parameters in the model.
Sorry, something went wrong.
No branches or pull requests
我在训练前后使用torch.nn.module.extra_repr打印了尺度和偏移的相关信息,但是发现与训练前无异
但是,我尝试只训练权重,而不改变偏移尺度等信息,得到的精度确不如通过lsq+训练得到的结果
说明训练起到了效果,但是打印的信息确没有变化
我不清楚为什么 “打印了尺度和偏移的相关信息,但是发现与训练前无异”
希望得到您的回复
The text was updated successfully, but these errors were encountered: