Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Nov 4, 2020
1 parent a726517 commit 3f35ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def __next__(self):
self.condition.notify_all()
# print('yield', indices[0], batch_current, self.batch_rearmost.value)
self.batch_rearmost.value = batch_current

return self.X[:batch_size], self.Y[:batch_size]

return SampleLoader

0 comments on commit 3f35ccf

Please sign in to comment.