Skip to content
Snippets Groups Projects
Commit 59ae64f5 authored by mnsc's avatar mnsc
Browse files

rename sequential

parent 57e66104
Branches
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class SuprLayer(nn.Module):
def em_update(self, *args, **kwargs):
pass
class SuprSequential(nn.Sequential):
class Sequential(nn.Sequential):
def __init__(self, *args):
super().__init__(*args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment