Move to LFNA

This commit is contained in:
D-X-Y
2021-04-25 23:06:51 -07:00
parent 89a5faabc3
commit 1980779053
4 changed files with 47 additions and 47 deletions

View File

@@ -79,6 +79,7 @@ def test_super_sequential_v1():
super_core.SuperSimpleNorm(1, 1),
torch.nn.ReLU(),
super_core.SuperLinear(10, 10),
super_core.SuperReLU()
)
inputs = torch.rand(10, 10)
print(model)