commit
d423ca9b20
@ -1,5 +1,5 @@
|
||||
#####################################################
|
||||
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.04 #
|
||||
#######################################################
|
||||
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.04 #
|
||||
#######################################################
|
||||
# Use module in xlayers to construct different models #
|
||||
#######################################################
|
||||
|
@ -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