Replies: 1 comment
-
I think you need to learn more about python and its syntax. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in the course 03. PyTorch Computer Vision, we get train_data = datasets.FashionMNIST, then len(train_data.data), len(train_data.targets), len(test_data.data), len(test_data.targets) and class_names = train_data.classes.
but how can I know these properties?
where can I find? Although I can see when I type "dot" after train_data.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions