index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
src
/
backprop.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
20241118 docs (#2629)
zachcp
2024-11-19
1
-1
/
+1
*
optimize gradient for silu a bit (#2393)
MilkFather
2024-08-04
1
-2
/
+2
*
Add get_ids to GradStore (#2379)
Takanori MAEHARA
2024-08-01
1
-0
/
+5
*
Fix for backprop in ConvTranspose2D with stride of 2 (#2337)
Ivor Wanders
2024-07-17
1
-2
/
+2
*
Fix Elu gradient NaN on large input (#2328)
Alexey Gerasev
2024-07-16
1
-1
/
+2
*
Fix the silu gradient issue on 0. (#2083)
Laurent Mazare
2024-04-18
1
-1
/
+1
*
Add support for "sign" on tensors (#2012)
Thomas Santerre
2024-04-04
1
-10
/
+8
*
Backwards for ConvTranspose2D (#1910)
Kirpal Grewal
2024-03-23
1
-3
/
+35
*
Add grads for interpolate1d (#1742)
Kirpal Grewal
2024-02-22
1
-4
/
+13
*
Support for groups in conv-transpose1d. (#1731)
Laurent Mazare
2024-02-18
1
-0
/
+1
*
feat: add silu activation function (#1706)
OlivierDehaene
2024-02-14
1
-0
/
+7
*
Detach the tensors on batch-norm eval. (#1702)
Laurent Mazare
2024-02-13
1
-1
/
+1
*
Upsample grad (#1420)
KGrewal1
2023-12-10
1
-4
/
+22
*
Detach all grads during backprop. (#1243)
Laurent Mazare
2023-11-05
1
-4
/
+21
*
feat: add backprop for elu (#1269)
drbh
2023-11-04
1
-1
/
+10
*
feat: impl backprop for erf and gelu-erf (#1258)
drbh
2023-11-03
1
-3
/
+16
*
Backprop support for conv1d (cpu only for now). (#1255)
Laurent Mazare
2023-11-03
1
-1
/
+38
*
Add the conv-transpose1d op. (#1251)
Laurent Mazare
2023-11-03
1
-0
/
+8
*
Fix the conv2d gradient computation. (#1214)
Laurent Mazare
2023-10-29
1
-0
/
+7
*
derivative for GELU (#1160)
KGrewal1
2023-10-23
1
-1
/
+9
*
Avoid trying to backprop through non-differentiable layers. (#1094)
Laurent Mazare
2023-10-14
1
-2
/
+12
*
Add the rounding operators. (#1030)
Laurent Mazare
2023-10-04
1
-0
/
+10
*
Add slice-scatter. (#927)
Laurent Mazare
2023-09-22
1
-1
/
+11
*
Add the erf function. (#917)
Laurent Mazare
2023-09-21
1
-0
/
+1
*
Add an erf based gelu op (#900)
Laurent Mazare
2023-09-19
1
-0
/
+3
*
Do not backprop through argmin/argmax. (#865)
Laurent Mazare
2023-09-15
1
-1
/
+3
*
Add 1d upsampling. (#839)
Laurent Mazare
2023-09-13
1
-0
/
+4
*
Add tanh. (#675)
Laurent Mazare
2023-08-30
1
-0
/
+5
*
Add the powf op. (#664)
Laurent Mazare
2023-08-29
1
-0
/
+6
*
Simplify usage of the pool functions. (#662)
Laurent Mazare
2023-08-29
1
-1
/
+1
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
1
-4
/
+11
*
Backprop support for pooling ops. (#652)
Laurent Mazare
2023-08-29
1
-2
/
+35
*
Backprop for conv2d. (#638)
Laurent Mazare
2023-08-28
1
-1
/
+24
*
Add conv-transpose. (#635)
Laurent Mazare
2023-08-28
1
-0
/
+8
*
Fix the minimum/maximum gradient computations. (#534)
Laurent Mazare
2023-08-21
1
-3
/
+8
*
Add a yolo-v3 example. (#528)
Laurent Mazare
2023-08-20
1
-0
/
+10
*
Add the permute op (similar to pytorch). (#504)
Laurent Mazare
2023-08-18
1
-0
/
+10
*
add max_pool2d (#371)
LeeeSe
2023-08-09
1
-0
/
+2
*
Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)
Laurent Mazare
2023-08-07
1
-0
/
+12
*
Add the recip op + use it in stable-diffusion. (#331)
Laurent Mazare
2023-08-06
1
-0
/
+5
*
Remove the embedding ops in favor of index-select. (#299)
Laurent Mazare
2023-08-02
1
-4
/
+0
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
1
-2
/
+0
*
Support backprop for a few more ops. (#254)
Laurent Mazare
2023-07-26
1
-11
/
+30
*
Add the copy op. (#227)
Laurent Mazare
2023-07-23
1
-0
/
+5
*
Add the gather op. (#219)
Laurent Mazare
2023-07-22
1
-0
/
+7
*
Polish the index-add op and use it in the index-select backprop (#218)
Laurent Mazare
2023-07-22
1
-19
/
+1
*
Start adding index-add.
laurent
2023-07-21
1
-1
/
+4
*
Add binary and ternary custom ops. (#217)
Laurent Mazare
2023-07-21
1
-4
/
+33
*
Custom ops with a single argument (#214)
Laurent Mazare
2023-07-21
1
-1
/
+7
*
Refactor the reduce ops in order to introduce argmin/argmax. (#212)
Laurent Mazare
2023-07-21
1
-0
/
+6
[next]