Replies: 1 comment
-
Hi @jeck00119, You can use any iterable Python object as dataset, not required to use
If you want to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I have a dataset with the following structure:
How to use the dataset for:
val_dataset = datasets.ImageFolder("/patch", transform=transforms.Compose([transforms.ToTensor()]))
Also i want to quantise a onnx model.
Beta Was this translation helpful? Give feedback.
All reactions