Awni Hannun
|
4fda5fbdf9
|
add python testing for cuda with ability to skip list of tests (#2295)
|
2025-06-15 10:56:48 -07:00 |
|
Param Thakkar
|
600e87e03c
|
Added output_padding parameters in conv_transpose (#2092)
|
2025-04-23 09:26:33 -07:00 |
|
Awni Hannun
|
af1b725fda
|
Fix a couple of slicing bugs (#1827)
* fix a few bugs
* fix conv grad
* speedup test
* comment
|
2025-02-05 19:50:08 -08:00 |
|
Awni Hannun
|
0ab8e099e8
|
Fix cpu segfault (#1488)
* fix cpu segfault
* nit in tests
|
2024-10-14 16:17:03 -07:00 |
|
Max-Heinrich Laves
|
efeb9c0f02
|
Transposed Convolution (#1245)
* initial implementation for conv_transpose
ran pre-commit
implemented conv_transpose
updated conv_general docstring
updated conv_general docstring
updated code comments
removed commented run_conv_checks
updated acknowledgments
added missing entry to ops.rst
added op to nn.layers
resolved merge conflicts
* removed ConvolutionTranspose primitive as suggested by reviewer
removed ConvolutionTranspose primitive as suggested by reviewer
* remove transpose flag, add another test
---------
Co-authored-by: Awni Hannun <awni@apple.com>
|
2024-09-06 19:52:38 -07:00 |
|