Closed
Description
Test the following tutorial:
https://pytorch.org/tutorials/beginner/basics/transforms_tutorial.html
Follow these steps:
- Fork the pytorch/tutorials repo.
- Switch to a new branch.
- Run the tutorial as a python script:
python3 <path-to-tutorial>
- Save the output into a .txt file. Did you see any errors? Add them to the output.
- Run the tutorial in the Google Colab and save the outputs into a .txt file. Did you see any issues? Take screenshots of the issues.
- Did the tutorial make sense? Can you suggest any improvements? Past all the outputs, screenshots, and suggestions for improvements in the issue and ping one of the reviewers. If your suggestion is approved, please submit a PR with the fix.