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] Stablize AD/CNN/define-static-function #66

Closed hikettei closed 11 months ago

hikettei commented 11 months ago
  1. Fixed: MoveTensorNode MoveScalarTensorNode was cached in the same area regardless of a movetensor-ignore-me state. Now they're separated without setting cache-when-compiled=t.

  2. Fixed: The backward definition of Conv2D/Pool2D was invalid. Now they're working well with new test cases.

  3. Fixed: The backward of !permute sometimes cause shaping-error. and added (torch-order ) reshaper.