hikettei / cl-waffe2

[Experimental] Graph and Tensor Abstraction for Deep Learning all in Common Lisp
https://hikettei.github.io/cl-waffe2/
MIT License
124 stars 5 forks source link

[Added] Conv2D #57

Closed hikettei closed 11 months ago

hikettei commented 11 months ago

・[Added] New operators: cl-waffe2/base-impl:!+ cl-waffe2/base-impl:!- cl-waffe2/base-impl:!* cl-waffe2/base-impl:!/

・[Added] New functions: cl-waffe2/base-impl:padding

・[Added] New methods: cl-waffe2/vm.nodes:on-finished-compiling

・[Added] im2col Conv2D (I dunno whether they're correctly working though...)