-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test the Transforms tutorial #2896
Comments
/assigntome |
/assigntome |
The issue is already assigned. Please pick an opened and unnasigned issue with the docathon-h1-2024 label. |
Hi @svekars @kit1980 Updated Documentation PartTo represent categorical labels as one-hot encoded tensors, we start with an initial tensor array of zeros. For labels ranging from 1 to 10, the initial tensor array will be: |
Hi, @subramen, do these suggestions for the Transforms tutorial sound good? |
@saurabhkthakur maybe create a PR with the updated doc so people can see it and review? |
Test the following tutorial:
https://pytorch.org/tutorials/beginner/basics/transforms_tutorial.html
Follow these steps:
cc @svekars @kit1980
The text was updated successfully, but these errors were encountered: