tutorials
tutorials copied to clipboard
Feedback about Datasets & DataLoaders
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)