Skip to content

Commit

Permalink
fix in data loadeer
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Nov 4, 2021
1 parent b5b966e commit 040d262
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self, batch_size: int = 64,
self.batch_size = batch_size
self.train_data_loader = None # type: Optional[torch.utils.data.DataLoader]
self.val_data_loader = None # type: Optional[torch.utils.data.DataLoader]
self.test_data_loader: Optional[torch.utils.data.DataLoader] = None

# We also support existing datasets!
self.dataset = None
Expand Down

0 comments on commit 040d262

Please sign in to comment.