Skip to content

Dataset problem in tutorial #759

Closed
Closed
@gchanan

Description

Taken from pytorch/pytorch#30868:

in Tutorials > TorchVision Object Detection Finetuning Tutorial
official:
class PennFudanDataset(object):
wrong! sholud be:
class PennFudanDataset(torch.utils.data.Dataset):

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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