Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions beginner_source/ptcheat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See `autograd <https://pytorch.org/docs/stable/autograd.html>`__,
`functional <https://pytorch.org/docs/stable/nn.html#torch-nn-functional>`__
and `optim <https://pytorch.org/docs/stable/optim.html>`__

Hybrid frontend
Torchscript and JIT
---------------

.. code-block:: python
Expand All @@ -41,7 +41,7 @@ Hybrid frontend
@script # decorator used to indicate data-dependent
# control flow within the code being traced

See `hybrid frontend <https://pytorch.org/docs/stable/hybridfrontend>`__
See `Torchscript <https://pytorch.org/docs/stable/jit.html>`__

ONNX
----
Expand Down