Skip to content

Commit

Permalink
Update DataLoader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hibetterheyj authored Nov 16, 2020
1 parent ef751ac commit 2d35396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DataLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import cv2
import matplotlib.pyplot as plt
import time
import import_ipynb
import utils
import matplotlib.pyplot as plt

Expand Down Expand Up @@ -224,4 +223,4 @@ def data_loader(args):
test_set, batch_size=args.batch_size, shuffle=args.loader_shuffle,
pin_memory=args.pin_memory, num_workers=args.loader_workers, drop_last=True)

return test_loader
return test_loader

0 comments on commit 2d35396

Please sign in to comment.