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
class MAA_layer(nn.Module): only allows a single batch.
Is it possible to re-implement, the layers so that it can handle multiple batches?
(in other words.. is it possible to implement the described algorithm without using "for loops"? )
The text was updated successfully, but these errors were encountered:
class MAA_layer(nn.Module):
only allows a single batch.Is it possible to re-implement, the layers so that it can handle multiple batches?
(in other words.. is it possible to implement the described algorithm without using "for loops"? )
The text was updated successfully, but these errors were encountered: