-
### 🚀 The feature, motivation and pitch
I'm working on tensors that most of the cells are 0's and some cells are 1's, say `100` 1's out of `50^3` 0's.
I tried to use [turn tensor into sparse tensor]…
-
## 🚀 Feature
We would like the Opacus DPSGD to work with the case where the neural network input is a torch sparse coo tensor.
## Motivation
Similar to issue #350 , there are cases whe…
-
Hello,
I have an issue while runing my code after activate my env UMA
File "/home/nfs/arbiasoula1/Arbia/NDVI-calculation-main/TrainTest.py", line 6, in
import tensorflow as tf
ModuleNotFoundE…
-
### 🐛 Describe the bug
Hello!
I planned to export a network based on graph neural network as an onnx model, but it always failed. Then I found that exporting a single-layer network `torch_geomet…
-
Great to see you guys undertake this project, would be nice to have a well maintained lib for these applications.
I am not sure if you are aware of some similar applications and libs, since you did…
-
Hi,
I'm trying to save and load the model from this example: https://keras.io/examples/rl/deep_q_network_breakout/
Saving the model works. When I load the model I'm getting the following error:
`…
-
### What should we add?
Given the demand for robust coupling with PyTorch, we propose to enhance the module https://github.com/qiskit-community/qiskit-machine-learning/blob/60f2c2e1b6469b0ba878d202…
-
Goal: Provide a type for use as both exchange and interop that represents multi-dimensional data if a single primitive Type. Implement arithmetic and linear algebra operations so that the type can se…
-
Hi there, I am trying to quantize my input feature `sparse_feat` with the following codes in my network.
```
class MyModel(nn.Module):
def __init__ (self):
super(MyModel, self).__init_…
-
## 🚀 Feature
Autograd support for the tensor multiplication of sparse tensors (sparse * sparse, sparse * dense).
## Motivation
Currently, an error occur during the calculation of autogr…