forked from synsense/sinabs-exodus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
28 lines (23 loc) · 746 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
CHANGES
=======
v1.1.2
------
* Update README
* Enable backpropagation through v_mem and gradients wrt. v_mem_init for
Integrate-and-Fire and Leaky layers. This also makes sure that gradients are
correct when backpropagating through multiple forward calls.
* Bugfix in gradient of Leaky layer wrt to alpha when v_mem_init is not 0.
v1.1.1
------
* Make sure discontinuous gradients are handled properly during backward
calls.
v1.1.0
------
* Prepend string representation of EXODUS objects with 'EXODUS'
* In IAF layers `tau_mem` now evaluates to `None` (formerly inf)
* Convenience functions `exodus_to_sinabs` and `sinabs_to_exodus` for
converting between Sinabs/EXODUS backends
* Dependency on Sinabs v1.1.1
v1.0.1
------
* Update README