You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Form the lecture at 18:50:56, we create "test_data = datasets.FashionMNIST(...)". What does test_data[0][:10] mean? The output of test_data[0][:10] seems to be equal to that of test_data[0]. Also, when I try to run "test_data[0][:10][:10][:10][:10]", there is no error. The result is the same as test_data[0]. Does anyone know why? test_data[0][0] means the first `image' tensor data in test_data. Interestingly, test_data[0][:][0][:9][:20] seems to be equal to test_data[0][0]. Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Form the lecture at 18:50:56, we create "test_data = datasets.FashionMNIST(...)". What does test_data[0][:10] mean? The output of test_data[0][:10] seems to be equal to that of test_data[0]. Also, when I try to run "test_data[0][:10][:10][:10][:10]", there is no error. The result is the same as test_data[0]. Does anyone know why? test_data[0][0] means the first `image' tensor data in test_data. Interestingly, test_data[0][:][0][:9][:20] seems to be equal to test_data[0][0]. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions