nn.Parameter
provided at initialization does not appear in Element.parameters
#302
Labels
bug
Something isn't working
torch.nn.Parameters
that are provided to the constructor of Cheetah elements are not properly included in the list of parameters provided byElement.parameters()
. If instead the parameter is set manually after creating the element, the parameter is properly registered.The text was updated successfully, but these errors were encountered: