Merge pull request #98 from liulu112601/main

Two Minor Revisions
This commit is contained in:
D-X-Y
2021-04-29 17:19:18 +08:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -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 #
#######################################################

View File

@@ -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(),
)