tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Feedback about Datasets & DataLoaders

Open giladfelsen opened this issue 5 months ago • 1 comments

There is the following issue on this page: https://docs.pytorch.org/tutorials/beginner/basics/data_tutorial.html

In the subsection explaining the __get__item() function, the second line of the rewritten function is image = read_image(img_path) but this seems like a mistake and it should instead be image = decode_image(img_path)

giladfelsen avatar Aug 18 '25 15:08 giladfelsen