You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v0.1.0 nimfm uses its own data type Tensor, Matrix, and Vector (defined in tensor.nim) for parameters and some caches.
It would be good to replace them wtih arraymancer tensor, and to develope fast implementation for dense datasets by using arraymancer (it provides cuda support)