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

[Refactor] VM is now 2~3x times faster. And APIs on Nodes/Models have become much more cool. #100

Closed hikettei closed 10 months ago

hikettei commented 10 months ago

Changes

[Optimize] cl-waffe2/vm cl-waffe2/vm.generic-tensor

!softmax is now working 2x times faster compared to the old one

[Refactor] cl-waffe2/vm.nodes