Skip to content

Feedback about Datasets & DataLoaders #3522

@giladfelsen

Description

@giladfelsen

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions