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

enahncements on features related to iterators #144

Closed hikettei closed 8 months ago

hikettei commented 8 months ago

Changes

Added package nicknames

cl-waffe2/vm.generic-tensor -> wf/t
cl-waffe2/vm.nodes          -> wf/nodes
cl-waffe2/vm.iterator       -> wf/iter
cl-waffe2                   -> wf/utils
cl-waffe2/distributions     -> wf/d
cl-waffe2/nn                -> wf/nn
cl-waffe2/vm                -> wf/vm
cl-waffe2/optimizers        -> wf/opt
cl-waffe2/base-impl         -> wf

Notes: Dynamic Shapes are still unstable...