sagastra
Results
1
issues of
sagastra
Hi, I have instantiated a class like in issue #129 where I am passing in w and updating it. class BNM(nn.Module): def __init__(self, w): super(BNM, self).__init__() self.w = nn.Parameter(w) def...