hikettei / cl-waffe2

[Experimental] Graph and Tensor Abstraction for Deep Learning all in Common Lisp
https://hikettei.github.io/cl-waffe2/
MIT License
124 stars 5 forks source link

[BugFix] Backward #39

Closed hikettei closed 12 months ago

hikettei commented 12 months ago

Fixed bugs related to backwards:

  1. save-for-backwards is destructed with [AddNode] -> [MulNode]

  2. The built Backward is ignored by the computation node from the second time onwards.