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

[Add] defpath #97

Closed hikettei closed 10 months ago

hikettei commented 10 months ago

Changes

  1. [Added] defpath macro to fuse the several cl-waffe2 IR into a smaller one, later.
  2. [BugFix] !mean :keepdims t becomes unexceptedly the extremely small value
  3. [Added] GPT2 Inference Example (still not working though...)