[torchvision] Fixing typos#9338
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9338
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit f0dbd02 with merge base 650c042 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@SeaOtocinclus has exported this pull request. If you are a Meta employee, you can view the originating Diff in D89817431. |
|
@SeaOtocinclus Thanks a lot for the PR! I found that there was a clang formatting issue and used this command "pre-commit run clang-format --files torchvision/csrc/io/decoder/util_test.cpp" to fix the format and pushed a commit:eb1a2ab. However, it seems that one test Meta Internal-Only Changes Check is failing because the diff and PR are not in sync. Could you please update your diff? Thank you! |
Summary: Real Misspellings Found and Fixed: decoder.cpp:419 - corespondent → correspondent (comment) faster_rcnn.py:80 - beeing → being (comment) sync_decoder_test.cpp:99 - randomy → randomly (comment) util_test.cpp:25 - clang-format onn → clang-format on (comment) decode_gif.cpp:58 - overridding → overriding (comment) decode_gif.cpp:88 - canvas_heigh → canvas_height (comment) utils.py:183 - paramter → parameter (comment) utils.py:207 - behiavor → behavior (comment) retinanet.py:359 - beeing → being (comment) Reviewed By: SeaOtocinclus Differential Revision: D89817431 Pulled By: zy1git
a409b1d to
c8a75eb
Compare
|
Hey @zy1git! You merged this PR, but no labels were added. |
Summary:
Real Misspellings Found and Fixed:
decoder.cpp:419 - corespondent → correspondent (comment)
faster_rcnn.py:80 - beeing → being (comment)
sync_decoder_test.cpp:99 - randomy → randomly (comment)
util_test.cpp:25 - clang-format onn → clang-format on (comment)
decode_gif.cpp:58 - overridding → overriding (comment)
decode_gif.cpp:88 - canvas_heigh → canvas_height (comment)
utils.py:183 - paramter → parameter (comment)
utils.py:207 - behiavor → behavior (comment)
retinanet.py:359 - beeing → being (comment)
Differential Revision: D89817431