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
蒸馏过程中目前打印的信息“INFO: Total iter: 240, epoch: 0, batch: 240, loss: 2.9188854694366455 soft_label: 2.9188854694366455” 只有蒸馏损失,当alpha<1.0时,应该有蒸馏损失+模型自身损失,但是不知道查看接口。
The text was updated successfully, but these errors were encountered:
应该需要去代码里打印一下
Sorry, something went wrong.
自动压缩中是通过原网络和压缩后的网络进行蒸馏训练来恢复模型精度的,因此训练过程中仅有蒸馏损失,是不包含模型自身损失的。
zzjjay
No branches or pull requests
蒸馏过程中目前打印的信息“INFO: Total iter: 240, epoch: 0, batch: 240, loss: 2.9188854694366455 soft_label: 2.9188854694366455” 只有蒸馏损失,当alpha<1.0时,应该有蒸馏损失+模型自身损失,但是不知道查看接口。
The text was updated successfully, but these errors were encountered: