tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Improve example by adding missing import

Open avitase opened this issue 1 year ago • 0 comments

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.

avitase avatar Sep 10 '24 09:09 avitase