We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d69d4 commit 7842c3eCopy full SHA for 7842c3e
torchvision/datasets/fakedata.py
@@ -2,6 +2,7 @@
2
import torch.utils.data as data
3
from .. import transforms
4
5
+
6
class FakeData(data.Dataset):
7
"""A fake dataset that returns randomly generated images and returns them as PIL images
8
0 commit comments