pytorch-extension
Hadamard product layer
A PyTorch CUDA extension that uses CuPy to compute the Hadamard product of two tensors.
an example of a CUDA extension for PyTorch using CuPy which computes the Hadamard product of two tensors
117 stars
6 watching
14 forks
Language: Python
last commit: over 1 year ago cudacupydeep-learningpythonpytorch
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Enables the creation of custom C++ extensions with CUDA support in PyTorch | 1,031 |
| | Provides a PyTorch interface for working with NumPy arrays and tensors. | 691 |
| | A Python implementation of PyTorch neural networks operations using CuPy. | 274 |
| | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| | Decoupled Neural Interfaces using Synthetic Gradients for PyTorch | 236 |
| | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 84,978 |
| | A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,823 |
| | Provides an efficient wrapper around CUDA FFTs for PyTorch transformations | 315 |
| | Transfers pre-trained I3D network weights from TensorFlow to PyTorch | 532 |
| | A hands-on introduction to deep learning using PyTorch, explaining mathematical concepts through code examples | 331 |
| | An implementation of an image-to-image translation algorithm using deep learning and PyTorch | 428 |
| | An implementation of synthetic gradients to decouple neural network layers and enable scalable communication between them | 119 |
| | PyTorch implementations of algorithms for density estimation using invertible transformations. | 577 |
| | An implementation of connected components labeling using a block-based union find algorithm | 109 |
| | A PyTorch implementation of the U-Net architecture for brain MRI segmentation using pre-trained weights and a specific deep learning algorithm | 730 |