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

[Fix] JIT Compiler traces duplicated nodes. #52

Closed hikettei closed 11 months ago

hikettei commented 11 months ago
  1. Problem solved where the out parameter of a mathematical function is not detached.
  2. mlp_sin_wave has worked
  3. But compiling time is still slow and not practical for use. I have to keep working on optimizing codes