Skip to content

Instantly share code, notes, and snippets.

@kabirahuja2431
Created October 3, 2019 13:24
Show Gist options
  • Save kabirahuja2431/f5b65bba812df89874d52e82c33d6995 to your computer and use it in GitHub Desktop.
Save kabirahuja2431/f5b65bba812df89874d52e82c33d6995 to your computer and use it in GitHub Desktop.
for X, y in dataloader:
print(len(X)) # 64
print(y.shape) # (64,)
###Do something with X and y
###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment