-
### 🐛 Describe the bug
Hello,
There is error while building pytorch from source.
Steps to reproduce:
1. git clone https://github.com/pytorch/pytorch.git
2. cd pytorch/
3. git submodule sync
4. …
-
**Description of the problem**
I'm debugging why ilastik's builds on Windows fail with pytorch 2.4 and above (https://github.com/ilastik/ilastik/pull/2927), and have been able to trace the problem ba…
-
Hello,
I have an error when running the Flux example script with multiple GPUs (H100). I tested with 2 and 4. With only one GPU, no error, the generation is going well. I tested by varying `pipefu…
-
Thanks for your great work first of all!
I am mainly curious: So far I haven't yet found an implementation of dinov2 using pytorch lightning. Are there any technical barriers for this (e.g. trainin…
-
/pytorch/aten/src/THCUNN/SpatialClassNLLCriterion.cu:106: cunn_SpatialClassNLLCriterion_updateOutput_kernel: block: [0,0,0], thread: [160,0,0] Assertion `t >= 0 && t < n_classes` failed. …
-
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### Bug
Pytho…
-
In djl.jupyter.load_pytorch_model.ipynb,when I am running
"
Criteria criteria = Criteria.builder()
.setTypes(Image.class, Classifications.class)
.optModelPath(Paths.get("build/p…
-
Hello,
I get an error when trying to compile flash attention for ROCm using PyTorch 2.5.1 (but for some reason, PyTorch 2.4.1 works okay).
I'm using an AMD MI250X GPU.
Here's a minimal exampl…
-
I tried using a method similar to the one in DeepLabCut 2.x, but the network didn't work. After reviewing the explanation document for the pytorch_config.yaml file (https://deeplabcut.github.io/DeepLa…