You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We can use nn.ModuleList([modules[i] for i in 0:range(num)]) in pytorch to construct a module list of various length(the modules in the list is not fixed and is determined by the range(num) ), how to achieve this in burn ?
The text was updated successfully, but these errors were encountered:
Hi,
We can use
nn.ModuleList([modules[i] for i in 0:range(num)])
in pytorch to construct a module list of various length(the modules in the list is not fixed and is determined by therange(num)
), how to achieve this in burn ?The text was updated successfully, but these errors were encountered: