Skip to content

Commit

Permalink
add norm and pooling & fix bugs in operators (#249)
Browse files Browse the repository at this point in the history
add norm and pooling & fix bugs in operators
  • Loading branch information
chaoming0625 authored Aug 23, 2022
2 parents 28f339d + 9f552c8 commit 55f8301
Show file tree
Hide file tree
Showing 7 changed files with 886 additions and 9 deletions.
2 changes: 2 additions & 0 deletions brainpy/dyn/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
from .reservoir import *
from .rnncells import *
from .conv import *
from .normalization import *
from .pooling import *
Loading

0 comments on commit 55f8301

Please sign in to comment.