Docs: fix typos across Hub markdown and examples#360
Docs: fix typos across Hub markdown and examples#360arvindcr4 wants to merge 1 commit intopytorch:masterfrom
Conversation
… page title and descriptions\n- Fix spelling/grammar in NVIDIA example docs (recipes, pronunciation, synthesize)\n- Correct palette/auxiliary and other minor typos\n- Fix comments in test harness (checkpoints, torchvision, torchhub)\n\nNo behavior changes; documentation only.
|
Hi @arvindcr4! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes multiple typos and grammar issues across Hub documentation pages to improve readability and correctness.
- Corrects spelling errors in comments, variable names, and documentation text
- Fixes grammar and word choice issues in markdown files
- Standardizes terminology and formatting across documentation
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test_run_python_code.py | Fixes spelling errors in test comments (checkpoints, torchvision, torchhub) |
| sigsep_open-unmix-pytorch_umx.md | Corrects "ouput" to "output" and "Ressources" to "Resources" |
| pytorch_vision_resnext.md | Fixes title casing, grammar, and terminology consistency |
| pytorch_vision_proxylessnas.md | Corrects "avaliable" to "available" and "parallization" to "parallelization" |
| pytorch_vision_once_for_all.md | Fixes "evalutaed" to "evaluated" |
| pytorch_vision_googlenet.md | Corrects "list" to "listed" |
| pytorch_vision_fcn_resnet101.md | Fixes "auxillary" to "auxiliary" and "pallette" to "palette" |
| pytorch_vision_deeplabv3_resnet101.md | Fixes "pallette" to "palette" |
| nvidia_deeplearningexamples_*.md | Corrects multiple instances of "recipies" to "recipes", "pronounciation" to "pronunciation", and "synthetize/syntesize" to "synthesize" |
| facebookresearch_semi-supervised-ImageNet1K-models_resnext.md | Fixes "ingored" to "ignored" |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
✅ Deploy Preview for pytorch-hub-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
This PR fixes multiple small typos and grammar issues across the Hub documentation pages.
Documentation-only changes; no functional code paths affected.