-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Trai…
-
There are two CVE vulnerabilities [CVE-2024-31583](https://avd.aquasec.com/nvd/cve-2024-31583) and [CVE-2024-31580](https://avd.aquasec.com/nvd/cve-2024-31580) for pytorch under version v2.2.0. Instal…
-
File:“x/x/dataset.py”,line 8, in
[import torchvision.transforms as transforms
Module Not Found Error: No module named 'torchvision']
-
Follow the install instruction as :
PyTorch 2.0 + CUDA 11.8
```
conda create -n sparsebev python=3.8
conda activate sparsebev
conda install pytorch==2.0.0 torchvision==0.15.0 pytorch-cuda=11.8 -c…
-
- In the [documentation](https://mmcv.readthedocs.io/en/latest/cnn.html?highlight=torchvision#model-zoo), it is mentioned that there is support for all pre-trained models from [torchvision](https://py…
-
torchvision package doesn't looks like to be included in libtorch lib headers, from cMake file looks like `torchvision-abi/include/torchvision/nms.cpp` is a external module, it would be helpful if you…
-
Hey @qqaatw,
🙏 Thanks for providing the MPS operators coverage matrix. Is it possible to add all functions from Torchvision as well?
-
### 🐛 Describe the bug
The Caltech101 dataset loads grayscale images as a single channel, resulting in errors when collating images into a batch.
Code to reproduce:
````python
from torchvision.d…
-
Hello. Thanks for sharing this project.
I could install nimble following the installation guide.
It seems that the torch version is "1.4.0a0+61ec0ca".
To use torch with torchvision, I installed i…
jp7c5 updated
3 years ago
-
Hi,
I try to run edgeai-benchmark/tutorials/tutorial_classification.ipynb, but it seems that the FP32 model is not compiled and the fold "artifacts" is empty. Any ideas?
Thank you!
`runtime_opt…