Replies: 1 comment 6 replies
-
Hi @ayushg647 , It's a bit hard to troubleshoot your error without seeing your code. What have you tried so far? Have you tried to reference the code here: https://www.learnpytorch.io/03_pytorch_computer_vision/ You could compare your code to that in the notebook and see if you're doing the right steps. |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
KeyError: 'You have to pass data to augmentations as named arguments, for example: aug(image=image)'
Got this error when implementing the statement "for X_test, y_test in test_dataloader:" in the testing loop., while making the computer vision model on the fashion dataset according to the tutorial.
How to rectify the error...
Beta Was this translation helpful? Give feedback.
All reactions