Closed ssinhaleite closed 11 months ago
TypeError: Convolution must be followed by IAF spiking layer, found <class 'sinabs.exodus.layers.iaf.IAFSqueeze'>
construct_next_dynapcnn_layer in utils.py Line # 336
construct_next_dynapcnn_layer
if not isinstance(lyr_spk, sl.IAF): raise TypeError( f"Convolution must be followed by IAF spiking layer, found {type(lyr_spk)}" )
TypeError: Convolution must be followed by IAF spiking layer, found <class 'sinabs.exodus.layers.iaf.IAFSqueeze'>
construct_next_dynapcnn_layer
in utils.py Line # 336