Skip to content
Snippets Groups Projects
Commit 4cc5c3c5 authored by mnsc's avatar mnsc
Browse files

started work on the supr parent class

parent da96baed
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,13 @@ from typing import List
# └───│─ V: Variables
# └─ C: Channels
class Supr(nn.Module):
def __init__(self):
super().__init__()
def sample(self):
class SuprLayer(nn.Module):
epsilon = 1e-12
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment