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 Oct 27, 2021
1 parent 6d29dcd commit 2dcbd2f
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 2dcbd2f

Please sign in to comment.