index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-nn
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some fixes for yolo-v3. (#529)
Laurent Mazare
2023-08-20
1
-5
/
+9
*
Add a yolo-v3 example. (#528)
Laurent Mazare
2023-08-20
6
-6
/
+29
*
Add a batch normalization layer (#508)
Laurent Mazare
2023-08-18
1
-0
/
+70
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
3
-3
/
+3
*
Fix the tests for mkl. (#437)
Laurent Mazare
2023-08-14
1
-2
/
+4
*
Fixes for the stable diffusion example. (#342)
Laurent Mazare
2023-08-08
1
-2
/
+2
*
Implement group-norm. (#334)
Laurent Mazare
2023-08-07
1
-0
/
+103
*
Add the AdamW optimizer. (#307)
Laurent Mazare
2023-08-02
3
-15
/
+100
*
Llama more training (#297)
Laurent Mazare
2023-08-01
1
-2
/
+2
*
Add the cross-entropy loss. (#287)
Laurent Mazare
2023-07-31
1
-1
/
+4
*
Make the nll op closer to the pytorch version + add a test. (#286)
Laurent Mazare
2023-07-31
1
-0
/
+31
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
1
-0
/
+62
*
Simplify the parameters used by sum and sum_keepdim. (#165)
Laurent Mazare
2023-07-14
1
-2
/
+2
*
Use the same default as pytorch for sum. (#164)
Laurent Mazare
2023-07-13
1
-2
/
+2
*
Add the pytorch version of the linear regression as a comment. (#163)
Laurent Mazare
2023-07-13
1
-0
/
+24
*
Add the gradient for reduce-sum. (#162)
Laurent Mazare
2023-07-13
1
-2
/
+26
*
Add the SGD optimizer (#160)
Laurent Mazare
2023-07-13
1
-0
/
+19
*
Add some layer-norm tests. (#121)
Laurent Mazare
2023-07-10
1
-0
/
+43