Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

fix typo in part 7 #4

Description

@Bjarten

"dataset = datasets.ImageFolder('path/to/data', transform=transforms)\n",

"transforms = transforms.Compose([transforms.Resize(255),\n",

"transforms = # TODO: compose transforms here\n",

By naming the transform; transforms, we are overwriting the imported library; transforms.

"from torchvision import datasets, transforms\n",

I'm not sure if this was an intentional error left in as part of the lesson

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