-
-
执行安装时报如下错误,无法安装成功。基本上都是提示
```
WARNING: Package(s) not found: deepspeed
```
conda env create -f environment.yaml
```
# pip
detectron2==0.6【已解决】
detectron2-densepose==0.6
rrun==1.13.1
to…
-
## 🐛 Use of deprecated torchvision module - requires an update.
On my Python environment with Python version 3.11 and PyTorch version 2.0.0+cu117, I get warnings with the usage of AugMix. The roo…
-
I am trying to run pytorch profiler with tensorboard tutorial from [pytorch/tutorial](https://github.com/pytorch/tutorials/blob/main/intermediate_source/tensorboard_profiler_tutorial.py) in Windows 11…
-
### System Info / 系統信息
I'm getting the following error when installing the dependencies for GLM-4V-9B. What could be the reason?
ERROR: pip's dependency resolver does not currently take into accou…
-
## 🐛 Bug
Traceback (most recent call last):
File "tools/train_net.py", line 15, in
from maskrcnn_benchmark.data import make_data_loader
File "/home/harsh/maskrcnn-benchmark/maskrcnn_ben…
-
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
While attempting to download the MNIST dataset using torchvision.datasets.MNIST, I encountered an error that prevents the dataset from downloading successfully. The error ind…
-
### 🐛 Describe the bug
I've seen a lot of people mentioning in various forums but not seen an issue raised here so here we go. I'm reporting this as an MPS issue as I've not been able to test on NV…
-
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…