Skip to content

Downloading MNIST is broken #541

Closed
Closed
@Maratyszcza

Description

@Maratyszcza

1fb0ccf broke downloading MNIST: downloaded MNIST files are zero-size and throw on decoding. The parent commit (0bbb1aa) works.

Environment:

  • Ubuntu 16.04 LTS
  • Python 2.7:

Repro:

from torchvision import datasets
mnist = datasets.MNIST("mnist", train=False, download=True)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions