animator / learn-python

📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
https://animator.github.io/learn-python/
Creative Commons Attribution Share Alike 4.0 International
324 stars 213 forks source link

Add content about: TorchScript in PyTorch #1252

Closed somaiaahmed closed 6 days ago

somaiaahmed commented 6 days ago

TorchScript is an intermediate representation of a PyTorch model that can be run in environments where Python is not available. It allows you to take advantage of PyTorch’s flexibility during research while still enabling efficient execution in production. TorchScript provides a seamless transition from research to production by allowing you to serialize and optimize your PyTorch models.

somaiaahmed commented 6 days ago

@animator plz assign this issue to me