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
这里似乎不是进行参数绑定吧,我看 d2l 书上参数绑定的意思似乎是参数共享的意思,你这里的答案似乎就是直接用其他的网络层的参数替换掉了 net 中的第一层的参数吧
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这里似乎不是进行参数绑定吧,我看 d2l 书上参数绑定的意思似乎是参数共享的意思,你这里的答案似乎就是直接用其他的网络层的参数替换掉了 net 中的第一层的参数吧
The text was updated successfully, but these errors were encountered: