-
https://github.com/bioAI-Oslo/Spikeometric/blob/31fe94ea9192170c7855ce5afa7267caab3566cf/spikeometric/models/base_model.py#L223
Any reason for why we should not work on sparse tensors?
-
### 🚀 The feature, motivation and pitch
I am working on a problem that requires looking up sparse tensor values based on a batch of indices. The problem can be abstracted by the following example:
…
-
单机多卡跑GlobalPoint模型,出现以上错误,其他模型多卡代码跑GlobalPoint没有报错
-
I'm a SWE at LinkedIn ML infra. In fact, our team is investigating if we can somehow adopt Triton Server in our use of GPU.
We have one question regarding to the dynamic batching capability of Triton…
-
Well met!
I am a researcher at the Institute for Artificial Intelligence at the University of Bremen. My area of study is tractable probabilistic cognitive robot plans. For this purpose I have writte…
-
# 🚀 Feature
I think that it would be very helpful to allow sparse tensors to be used as masks (`attn_bias`) in the `memory_efficient_attention` function.
## Motivation
As the documentation no…
-
I'm using the taco C++ API (built with OpenMP ON) to compute the contraction between two sparse tensors using this code:
```
Format csf({Sparse, Sparse, Sparse, Sparse});
Tensor X = read("x.tns", c…
-
### 🐛 Describe the bug
Backward fails with sparse gradients. Error: `RuntimeError: reshape is not implemented for sparse tensors`
Code to reproduce:
```python
import torch
from typing import …
-
### 🚀 The feature, motivation and pitch
Hi,
I want to perform a sparse-dense BMM and compute gradients for the sparse matrix. Is there an operation in torch which does it efficiently? According to…
-
I was browsing through the graph convolution code and saw the [reduction code](https://github.com/tensorflow/graphics/blob/228472e31327635e80220a740f13d672252bec9f/tensorflow_graphics/geometry/convolu…