dyigitpolat / mimarsinan

a pipeline for modeling in-memory architectures for spiking neural networks
MIT License
6 stars 0 forks source link

activation function decorator #45

Closed dyigitpolat closed 1 year ago

dyigitpolat commented 1 year ago

instead of manually handling the activation function transformations, a decorator that provides easy add/remove interface for transformations will make it harder to do mistakes.

dyigitpolat commented 1 year ago

done