index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-nn
/
src
/
conv.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transposed conv1d in candle-nn. (#1252)
Laurent Mazare
2023-11-03
1
-0
/
+94
*
Add fuse-conv-bn method for Conv2d (#1196)
jamjamjon
2023-10-27
1
-0
/
+21
*
Add clone to various nn layers. (#910)
Laurent Mazare
2023-09-20
1
-3
/
+3
*
Remove the parameters for the Wuerstchen layer-norm. (#879)
Laurent Mazare
2023-09-17
1
-1
/
+1
*
Add weight, bias, and hidden_size methods (#816)
Eric Buehler
2023-09-11
1
-0
/
+16
*
TinyViT backbone for segment-anything. (#787)
Laurent Mazare
2023-09-09
1
-13
/
+13
*
More segment-anything. (#763)
Laurent Mazare
2023-09-07
1
-0
/
+11
*
Expose the conv2d-transpose layers. (#761)
Laurent Mazare
2023-09-07
1
-0
/
+41
*
Add a nn layer for conv-transpose2d. (#760)
Laurent Mazare
2023-09-07
1
-1
/
+50
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
1
-0
/
+6
*
VarBuilder cleanup (#627)
Laurent Mazare
2023-08-27
1
-5
/
+5
*
Add Efficientnet (#572)
Laurent Mazare
2023-08-23
1
-3
/
+17
*
Add some group parameter to convolutions. (#566)
Laurent Mazare
2023-08-23
1
-2
/
+16
*
Add a couple functions required for yolo. (#527)
Laurent Mazare
2023-08-20
1
-0
/
+16
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
1
-2
/
+6
*
Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)
Laurent Mazare
2023-08-07
1
-2
/
+10
*
Add a stable diffusion example (#328)
Laurent Mazare
2023-08-06
1
-0
/
+81
*
Rename the .r functions to .dims so as to be a bit more explicit. (#220)
Laurent Mazare
2023-07-22
1
-1
/
+1
*
Add some documentation and test to the linear layer. (#151)
Laurent Mazare
2023-07-12
1
-0
/
+1
*
Move the conv1d layer to candle_nn. (#117)
Laurent Mazare
2023-07-10
1
-0
/
+49