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

[Fix] apply-in-place-mutation with cl-waffe2 IR #73

Closed hikettei closed 11 months ago

hikettei commented 11 months ago
  1. Fixed: zero-grad! is not working when compiled with build
  2. Fixed: the value of backward was invalid because of in-place-mutation. The condition has changed.
  3. Confirmed: MLP/MNIST is working well with new cl-waffe2 IR

TODO

  1. JITxxTensor for cl-waffe2 IR
  2. define-op