-
### 🐛 Describe the bug
When running torch.compile with ROCm nightly torch, it crashes. Here's a minimal reproducible code:
```
from diffusers import DiffusionPipeline
import torch
base = Diff…
-
Early on when putting the array API standard together, we made a decision that strides must not be exposed in the Python API, because multiple array libraries don't support that and it's memory layout…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
According to #14, I expect TorchSparse to behave like SparseConvolution when stride > 1. This…
-
## 🚀 Feature
Two options:
- Opaque integration akin to the current Caffe2’s ideep tensor. The tensor would support only a subset of operations that are explicitly implemented and fine-grained acces…
-
There is a limitation in terms of GPU compute capability, specifically ">=sm_80", and several other issues mentioned this restriction. I am curious if the libspconv.so library is solely responsible fo…
-
Hello there,
I am a beginner, and I've been exploring your project recently. I came across the usage of edge_index in the code, but its meaning is not entirely clear to me.
Could you please prov…
-
Traceback (most recent call last):
File "train.py", line 355, in
main()
File "train.py", line 195, in main
train(opt, train_loader, model, epoch, val_loader)
File "train.py", line …
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [ ] I am running the latest code. Development is very rapid so there are no tagged versions as of…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### 🐛 Describe the bug
```shell
% python -c "import os;import torch;print(os.uname().sysname, os.uname().machine, torch.__version__, torch.backends.openmp.is_available())"
Darwin arm64 2.1.1 False
…