Closed Bertinus closed 1 year ago
CellPop, NodeSet and EdgeSet classes now inherit from torch.nn.Module.
torch.nn.Module
I override theirparameters() method, so that the parameters get registered automatically.
parameters()
CellPop, NodeSet and EdgeSet classes now inherit from
torch.nn.Module
.I override their
parameters()
method, so that the parameters get registered automatically.