-
## 🐛 Bug
Sparse tensors can't be used in DataLoader running many workers
## To Reproduce
Steps to reproduce the behavior:
```python
import torch.utils.data as D
from scipy.sparse…
-
### 🐛 Describe the bug
The [torch.sparse documentation](https://pytorch.org/docs/stable/sparse.html#other-functions) claims to support (among others), `cat`, `stack`, `vstack`, and `hstack`. None of …
-
I am trying to integrate Differential Privacy in my code, but the code is working fine only when I am using microbatch size as 1, other than that it is throwing the error. I even tried keeping it equa…
-
### 🐛 Describe the bug
I met an error `RuntimeError self.is_sparse() INTERNAL ASSERT FAILED at "../aten/src/ATen/native/SparseTensorUtils.h":28, please report a bug to PyTorch. _internal_get_Sparse…
-
### 🐛 Describe the bug
In my humble opinion, `torch.Tensor.is_sparse` should return `True` for all possible layouts of sparse matrices.
For now, I think it only does so for COO tensors. You can re…
-
### 🚀 The feature, motivation and pitch
## Feature
To implement `diag` method for sparse coo tensors. Currently it raises `NotImplementedError`.
## Motivation
Given a 1-d sparse tensor, I want t…
-
Hi! I do not see model size reduction after pruning using llmpcompressor framework. Kindly help
-
**Output of 'strings libarm_compute.so | grep arm_compute_version':**
arm_compute_version=v23.11 Build options: {'Werror': '0', 'debug': '0', 'neon': '1', 'opencl': '0', 'embed_kernels': '0', 'os…
-
## Issue description
Currently, resizing sparse compressed tensors works correctly only in the CSR layout and non-hybrid case. Other cases are silently broken and the resize operation produces inva…
pearu updated
2 years ago
-
### **1. Quantum-Like Enhancements**
#### **a. Unitary Gate Operations**
- Implement additional quantum gates such as:
- **Pauli Gates (X, Y, Z)**: For flipping states or introducing phase sh…