mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-22 06:11:27 +08:00
Fixes #104500 As discussed in #104500, the [corresponding doc](https://pytorch.org/docs/stable/dynamo/get-started.html#getting-started) for dynamo is inconsistent between the code and explanation. I have run the code example to get the correct code.  This PR fixes the problem and makes the doc more readable. cc: @davidberard98 @ezyang please help me check this PR, thanks! Pull Request resolved: https://github.com/pytorch/pytorch/pull/104596 Approved by: https://github.com/ezyang