-
-
Hello Zach.
I ran into some issues rebuilding the docker image.
I am compiling with:
make docker-base-amd64-gpu
On this command:
RUN python3 -m pip install torch torchvision --no-cache-di…
-
### 🐛 Describe the bug
We had a CI in D2Go which installs pytorch/torchvision using `conda install pytorch torchvision -c pytorch-nightly`, it started to break two days ago and I suspect it's becau…
-
This is the problem I met after I had executed "pip install -r requirements.txt"
![e3b18dd6-21ac-4b48-b398-1868f175b690](https://github.com/user-attachments/assets/d553947d-ff8b-4988-b2c3-c87c00a73bb…
-
Error occurred when executing YOLOTrackerNode:
Could not run 'torchvision::nms' with arguments from the 'CUDA' backend. This could be because the operator doesn't exist for this backend, or was omi…
-
### 🐛 Describe the bug
```
from torchvision.datasets import Kinetics
dataset = Kinetics(root='./data/', frames_per_clip = 40, num_classes = '700', download = True)
```
error:
```
FileNotFou…
-
## 🚀 Feature
Move the [`GroupedBatchSampler`](https://github.com/pytorch/vision/blob/d7ad62ff83bb329b7e5f2725bfa84e1266febc55/references/detection/group_by_aspect_ratio.py#L23) into the core library
…
-
I would want to use ViSSL and pre-train the weights before using SoftTeacher. However, I am having problems with the Caffe weights. I would like to know how do I use the Resnet-50 torchvision weights …
-
For TorchSharp [text classification example][1] there is TorchText used to load data set.
I am not sure what I am doing wrong, but I can not find any `using`s to import this library.
For TorchSharp …
-
Thank you for your hard work, it helps me a lot.
I'm trying to run a Stable Diffusion project(AUTOMATIC1111/stable-diffusion-webui) on my gfx803(RX580),I use your built rocblas, pytorch and torchvisi…