hikettei / cl-waffe2

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

[BugFix] define-static-function: `self` is never updated. #65

Closed hikettei closed 11 months ago

hikettei commented 11 months ago

apply-save-for-backward/read-save-for-backward wasn't working because cl-waffe2 caches their self variable. Now it is fixed and tests are all passed.