This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Issue with ImageClassificationData.from_dataset
#1508
Labels
ImageClassificationData.from_dataset
#1508
🐛 Bug
There seems to be an issue with
ImageClassificationData.from_dataset
method. It fails to create the expected format, where the labels can be accessed viadatamodul.labels
.To Reproduce
The error occured with the following code adapted from the example
The datasets are created via
Expected behavior
I'd expect the
from_dataset
method to create a valid datamodule to use for training.Environment
The text was updated successfully, but these errors were encountered: