You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example "Creating a Custom Dataset for your files" is missing the import from torch.utils.data import Dataset. Since other imports are shown and the purpose of this example is to show how to create a custom dataset, this import is crucial and should be added.
The text was updated successfully, but these errors were encountered:
The example "Creating a Custom Dataset for your files" is missing the import
from torch.utils.data import Dataset
. Since other imports are shown and the purpose of this example is to show how to create a custom dataset, this import is crucial and should be added.The text was updated successfully, but these errors were encountered: