index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
tests
/
conv_tests.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding the test scaffolding.
Nicolas Patry
2023-11-20
1
-7
/
+28
*
Test for the transposed conv1d. (#1254)
Laurent Mazare
2023-11-03
1
-0
/
+16
*
Fix the conv2d gradient computation. (#1214)
Laurent Mazare
2023-10-29
1
-0
/
+65
*
Support dilation in conv-transpose2d. (#671)
Laurent Mazare
2023-08-30
1
-0
/
+35
*
Fix the dilated convolutions. (#659)
Laurent Mazare
2023-08-29
1
-12
/
+12
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
1
-13
/
+122
*
Cuda conv transpose (#645)
Laurent Mazare
2023-08-28
1
-69
/
+59
*
Fix the cpu kernel for conv-transpose. (#643)
Laurent Mazare
2023-08-28
1
-10
/
+44
*
Backprop for conv2d. (#638)
Laurent Mazare
2023-08-28
1
-0
/
+72
*
Add conv-transpose. (#635)
Laurent Mazare
2023-08-28
1
-0
/
+30
*
Move the test-utils bits to a shared place. (#619)
Laurent Mazare
2023-08-27
1
-2
/
+1
*
Add to the cuda example a reproduction of the issue. (#579)
Laurent Mazare
2023-08-24
1
-0
/
+36
*
Add a test for conv2d with padding + bugfix the random number generation on c...
Laurent Mazare
2023-08-24
1
-0
/
+12
*
Add some group parameter to convolutions. (#566)
Laurent Mazare
2023-08-23
1
-7
/
+7
*
Add a naive conv2d cuda kernel. (#438)
Laurent Mazare
2023-08-14
1
-15
/
+11
*
Fix the conv tests. (#409)
Laurent Mazare
2023-08-11
1
-7
/
+5
*
Conv1d test with padding. (#356)
Laurent Mazare
2023-08-09
1
-0
/
+31
*
Add some conv1d test + bugfix using padding. (#349)
Laurent Mazare
2023-08-08
1
-0
/
+40
*
Add some conv2d tests. (#347)
Laurent Mazare
2023-08-08
1
-0
/
+113