Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@chathika chathika released this 27 Sep 15:55
· 1 commit to main since this release
da97319

Model can be saved and loaded.
Simulation can be continued with multiple calls to model.NeurmorphicModel.simulate.
model.NeuromorphicModel.setup provides the option to reset the simulation temporally, while preserving weights.
API functions renamed: model.NeuromorhpicModel.get_spikes -> model.NeuromorphicModel.get_spike_times and model.NeuromorphicModel.spike -> model.NeuromorphicModel.add_spike.
Bug fixes to synaptic delay, compress_tensor and shared memory use in CPU mode.
Customizable learning parameters.