Skip to content

Commit eeba012

Browse files
author
Alexander Ororbia
committed
minor patches to components, including hebb-syn/conv/deconv and reward-cell
1 parent 36c56a6 commit eeba012

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ngclearn/components/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .neurons.graded.rewardErrorCell import RewardErrorCell
99

1010
## point to standard spiking cell component types
11-
from .neurons.spiking.sLIFCell import SLIFCell
11+
#from .neurons.spiking.sLIFCell import SLIFCell
1212
from .neurons.spiking.IFCell import IFCell
1313
from .neurons.spiking.LIFCell import LIFCell
1414
from .neurons.spiking.WTASCell import WTASCell
@@ -53,13 +53,13 @@
5353
from .synapses.convolution.traceSTDPDeconvSynapse import TraceSTDPDeconvSynapse
5454
## point to modulated component types
5555
from .synapses.modulated.MSTDPETSynapse import MSTDPETSynapse
56-
from .synapses.modulated.REINFORCESynapse import REINFORCESynapse
56+
#from .synapses.modulated.REINFORCESynapse import REINFORCESynapse
5757

5858
## point to monitors
5959
from .monitor import Monitor
6060

6161
## point to patched component types
62-
from .synapses.patched.patchedSynapse import PatchedSynapse
63-
from .synapses.patched.staticPatchedSynapse import StaticPatchedSynapse
64-
from .synapses.patched.hebbianPatchedSynapse import HebbianPatchedSynapse
62+
# from .synapses.patched.patchedSynapse import PatchedSynapse
63+
# from .synapses.patched.staticPatchedSynapse import StaticPatchedSynapse
64+
# from .synapses.patched.hebbianPatchedSynapse import HebbianPatchedSynapse
6565

0 commit comments

Comments
 (0)