Skip to content

Commit 3399cd9

Browse files
committed
add pooling and normalization
1 parent 1b01310 commit 3399cd9

File tree

5 files changed

+835
-0
lines changed

5 files changed

+835
-0
lines changed

brainpy/dyn/layers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
from .reservoir import *
77
from .rnncells import *
88
from .conv import *
9+
from .normalization import *
10+
from .pooling import *

0 commit comments

Comments
 (0)