Skip to content

Commit 55f8301

Browse files
authored
add norm and pooling & fix bugs in operators (#249)
add norm and pooling & fix bugs in operators
2 parents 28f339d + 9f552c8 commit 55f8301

File tree

7 files changed

+886
-9
lines changed

7 files changed

+886
-9
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)