Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a simple Module trait and implement it for the various nn layers (#500) | Laurent Mazare | 2023-08-18 | 1 | -0/+1 |
* | Softmax numerical stability. (#267) | Laurent Mazare | 2023-07-28 | 1 | -1/+1 |
* | Rename the .r functions to .dims so as to be a bit more explicit. (#220) | Laurent Mazare | 2023-07-22 | 1 | -1/+1 |
* | Simplify the parameters used by sum and sum_keepdim. (#165) | Laurent Mazare | 2023-07-14 | 1 | -1/+1 |
* | Use the same default as pytorch for sum. (#164) | Laurent Mazare | 2023-07-13 | 1 | -1/+1 |
* | Encodec forward pass (#153) | Laurent Mazare | 2023-07-13 | 1 | -2/+3 |
* | Add the forward pass for the T5 model. (#152) | Laurent Mazare | 2023-07-12 | 1 | -4/+102 |
* | MusicGen var-store path cleanup. (#132) | Laurent Mazare | 2023-07-10 | 1 | -47/+31 |
* | [nn] Move the Embedding and Activation parts. (#116) | Laurent Mazare | 2023-07-10 | 1 | -3/+3 |
* | Sketch the candle-nn crate. (#115) | Laurent Mazare | 2023-07-10 | 1 | -7/+7 |
* | Sketching the musicgen model. (#66) | Laurent Mazare | 2023-07-09 | 1 | -0/+288 |