index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-nn
/
src
/
rnn.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the RNN configs accessible from the models. (#2541)
Laurent Mazare
2024-10-04
1
-72
/
+103
*
Add/lstm direction (#2455)
Justin Sing
2024-09-30
1
-8
/
+25
*
onnx: implement LSTM op (#2268)
shua
2024-08-19
1
-0
/
+4
*
update: LSTMState and GRUState fields to be public (#2384)
Justin Sing
2024-08-01
1
-3
/
+3
*
Relax the contiguous check for cuda kernels. (#2000)
Laurent Mazare
2024-04-03
1
-1
/
+1
*
Encodec model. (#1771)
Laurent Mazare
2024-02-27
1
-1
/
+1
*
More general seq forward functions for RNNs. (#1050)
Laurent Mazare
2023-10-07
1
-27
/
+25
*
Configurable layer idx for the lstm layer. (#962)
Laurent Mazare
2023-09-25
1
-4
/
+12
*
Add clone to various nn layers. (#910)
Laurent Mazare
2023-09-20
1
-2
/
+2
*
Fix the rnn tests for accelerate. (#704)
Laurent Mazare
2023-09-01
1
-2
/
+4
*
Add a GRU layer. (#688)
Laurent Mazare
2023-08-31
1
-0
/
+142
*
Add a LSTM test. (#681)
Laurent Mazare
2023-08-30
1
-1
/
+1
*
Add tanh. (#675)
Laurent Mazare
2023-08-30
1
-4
/
+2
*
Add some recurrent neural networks (#674)
Laurent Mazare
2023-08-30
1
-0
/
+188