-
ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'
-
最近在复现PlaneMVS代码的过程中遇到了RuntimeError: Unknown layout的报错,不知道该如何解决
![image](https://github.com/user-attachments/assets/fe96355b-dddb-4f0d-a8aa-9ca3914a6e03)
转换所有张量为float32,确保是连续的,指定到同一个设备,还是报Unknown lay…
-
**Describe the bug**
The new version of Brevitas may have a bug when you apply intger quantization to a dense layer, I have tryed to quantise different models from torchvision and when you reach th…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
### 🐛 Describe the bug
I can successfully export the vulkan pte. When I run the model with
```sh
./backends/vulkan/vulkan_executor_runner --model_path /scratch/models/vulkan_mobilenetv2.pte
```…
-
/usr/local/lib/python3.6/dist-packages/torchvision/transforms/transforms.py:704: UserWarning: The use of the transforms.RandomSizedCrop transform is deprecated, please use transforms.RandomResizedCrop…
-
### 1. System information
- OS Linux Ubuntu 22.04
- TensorFlow installation from sources
- TensorFlow library version 2.16
### 2. Code
I converted model from tensorflow to tflight. I should…
-
![torchvision-cls](https://github.com/isLinXu/issues/assets/59380685/ce3f2122-4317-4c57-9bab-9ebc792ca23b)
-
### 🐛 Describe the bug
It seems that `v2.Pad` does not support cases where the padding size is greater than the image size, but `v1.Pad` does support this. I hope that v2.Pad will allow this in the f…
-
#include "torchvision/cpu/vision_cpu.h"
这是自己写的头文件吗?我找不到这个文件