Paddle 中和 torch.nn.Parameter 同等的操作? #65475
Unanswered
durongzheng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
torch 提供 torch.nn.Parameter() 用于构建需要插入到模型中的参数。
paddle 没有同等的类,但可以用 paddle.static.create_parameter() 函数完成同样的操作:
这样理解可以吗? 或者还有更好的方法。
Beta Was this translation helpful? Give feedback.
All reactions