Update tests
This commit is contained in:
parent
14905d0011
commit
5d84001817
@ -78,6 +78,7 @@ def test_super_sequential_v1():
|
||||
model = super_core.SuperSequential(
|
||||
super_core.SuperSimpleNorm(1, 1),
|
||||
torch.nn.ReLU(),
|
||||
super_core.SuperLeakyReLU(),
|
||||
super_core.SuperLinear(10, 10),
|
||||
super_core.SuperReLU(),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user