We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868386e commit c6ed1a1Copy full SHA for c6ed1a1
tests/e2e/mnist.py
@@ -15,7 +15,6 @@
15
import os
16
17
import torch
18
-import torchvision.datasets.utils as utils
19
import requests
20
from pytorch_lightning import LightningModule, Trainer
21
from pytorch_lightning.callbacks.progress import TQDMProgressBar
@@ -139,11 +138,6 @@ def configure_optimizers(self):
139
138
####################
140
141
def prepare_data(self):
142
- def check_md5(fpath, md5=None):
143
- return True
144
-
145
- utils.check_md5 = check_md5
146
147
# download
148
print("Downloading MNIST dataset...")
149
0 commit comments