Equivalent of PyTorch's nn.Parameter

What would be the equivalent of PyTorch’s nn.Parameter:

https://pytorch.org/docs/stable/nn.html

I couldn’t find it. Thanks.

Hi, gluon.Parameter is what you are after.

3 Likes