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

[Optim] Turn on In-place mutation everywhere #106

Closed hikettei closed 10 months ago

hikettei commented 10 months ago

The problem where in-place mutation with training mode will produce the wrong result, was related to how the MoveTensorNode was cached when building. Now it is fixed and in-place mutation works everywhere.