Description
🚀 Descirbe the improvement or the new tutorial
Hi, @svekars.
I'm translating & maintaining the PyTorch tutorials into Korean and incorporating the changes (as the new version is released).
First of all, I want to thank you for the many backticks(`) and spelling improvements that came with the move to 2.0.
However, some articles seem to have added unnecessary backticks and should probably be removed.
For example, on line 78 of thee advanced_source/numpy_extensions_tutorial.py, the backtick seems unnecessary because wrt
is short for with respect to
.
I've summarized the four issues I found in the three documents below.
I've also found a few cases where the opposite is true - where a backtick appears to be required but isn't, but I'll raise that as a separate issue.
If you think this is a meaningful change, let me know. I'll create a pull request.
Existing tutorials on this topic
- wrt on https://github.com/pytorch/tutorials/blob/main/advanced_source/numpy_extensions_tutorial.py#L78
- SuperResoltion on https://github.com/pytorch/tutorials/blob/main/advanced_source/super_resolution_with_onnxruntime.py#L40
- YCbCr on https://github.com/pytorch/tutorials/blob/main/advanced_source/super_resolution_with_onnxruntime.py#LL45C46-L45C51
- prev on https://github.com/pytorch/tutorials/blob/main/intermediate_source/model_parallel_tutorial.py#LL342C43-L342C43
Additional context
No response