Skip to content

Commit

Permalink
typo fix advanced_source/super_resolution_with_onnxruntime.py (#902)
Browse files Browse the repository at this point in the history
typo fix from Pyutorch to Pytorch
  • Loading branch information
J4BEZ committed Sep 20, 2024
1 parent 71feff4 commit 0c521f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_source/super_resolution_with_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. Note::
PyTorch 2.1๋ถ€ํ„ฐ ONNX Exporter์—๋Š” ๋‘ ๊ฐ€์ง€ ๋ฒ„์ „์ด ์กด์žฌํ•ฉ๋‹ˆ๋‹ค.
* ``torch.onnx.dynamo_export`` ๋Š” PyTorch 2.0๊ณผ ํ•จ๊ป˜ ์ถœ์‹œ๋œ TorchDynamo ๊ธฐ์ˆ  ๊ธฐ๋ฐ˜์˜ ์ตœ์‹ (์ด์ง€๋งŒ ์•„์ง ๋ฒ ํƒ€ ๋ฒ„์ „์˜) ONNX Exporter์ž…๋‹ˆ๋‹ค.
* ``torch.onnx.export`` ๋Š” PyuTorch 1.2.0๋ถ€ํ„ฐ ์ง€์› ์ค‘์ธ TorchScript ๋ฐฑ์—”๋“œ์— ๊ธฐ๋ฐ˜ํ•œ ONNX Exporter์ž…๋‹ˆ๋‹ค.
* ``torch.onnx.export`` ๋Š” PyTorch 1.2.0๋ถ€ํ„ฐ ์ง€์› ์ค‘์ธ TorchScript ๋ฐฑ์—”๋“œ์— ๊ธฐ๋ฐ˜ํ•œ ONNX Exporter์ž…๋‹ˆ๋‹ค.
์ด ํŠœํ† ๋ฆฌ์–ผ์—์„œ๋Š” TorchScript ๊ธฐ๋ฐ˜์˜ ONNX Exporter์ธ ``torch.onnx.export`` ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ
PyTorch์—์„œ ์ •์˜ํ•œ ๋ชจ๋ธ์„ ์–ด๋–ป๊ฒŒ ONNX ํ˜•์‹์œผ๋กœ ๋ณ€ํ™˜ํ•˜๋Š”์ง€๋ฅผ ์‚ดํŽด๋ณด๋„๋ก ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค.
Expand Down

0 comments on commit 0c521f9

Please sign in to comment.