-
### 🐛 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…
-
File:“x/x/dataset.py”,line 8, in
[import torchvision.transforms as transforms
Module Not Found Error: No module named 'torchvision']
-
Anyone knows what's happened?
`C:\Users\......\Desktop\tmp\tmp>python inference_realesrgan.py -n RealESRGAN_x4plus -i inputs --face_enhance
Traceback (most recent call last):
File "C:\Users\.....…
-
### 🐛 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…
-
### 🐛 Describe the bug
```
from torchvision.datasets import Kinetics
dataset = Kinetics(root='./data/', frames_per_clip = 40, num_classes = '700', download = True)
```
error:
```
FileNotFou…
-
我使用的是自己的数据集,执行train.py时总是报错ImportError: cannot import name 'datapoints' from 'torchvision'
AttributeError: module 'torchvision.transforms' has no attribute 'RandomPhotometricDistort'等
查了一下没有相关错误解析,不…
-
-
## 🚀 Feature
Move the [`GroupedBatchSampler`](https://github.com/pytorch/vision/blob/d7ad62ff83bb329b7e5f2725bfa84e1266febc55/references/detection/group_by_aspect_ratio.py#L23) into the core library
…
-
### Actual Behavior
```conda create -n pytorch pytorch torchvision``` does not work on osx-64, as the package `torchvision` is not available for this platform.
### Expected Behavior
…
anjos updated
3 years ago
-