You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2020-5-5-updates-improvements-to-pytorch-tutorials.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: blog_detail
3
3
title: 'Updates & Improvements to PyTorch Tutorials'
4
-
author: by Team PyTorch
4
+
author: Team PyTorch
5
5
---
6
6
7
7
PyTorch.org provides researchers and developers with documentation, installation instructions, latest news, community projects, tutorials, and more. Today, we are introducing usability and content improvements including tutorials in additional categories, a new recipe format for quickly referencing common topics, sorting using tags, and an updated homepage.
@@ -23,7 +23,7 @@ In addition to the existing left navigation bar, tutorials can now be quickly fi
23
23
24
24
The following additional resources can also be found at the bottom of the Tutorials homepage:
*[Tutorial on GitHub](https://github.com/pytorch/tutorials)
28
28
29
29
## PYTORCH RECIPES
@@ -35,7 +35,7 @@ Recipes are new bite-sized, actional examples designed to teach researchers and
35
35
View the full recipes (here)[http://pytorch.org/tutorials/recipes/recipes_index.html].
36
36
37
37
## LEARNING PYTORCH
38
-
This section includes tutorials designed for beginners to PyTorch. Based on community feedback, we have made updates to the current [Deep Learning with PyTorch: A 60 Minute Blitz](https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html) tutorial, one of our most popular tutorials for beginners. Upon completion, one can understand what PyTorch and neural networks are, and be able to build and train a simple image classification network. Updates include adding explanations to clarify output meanings and linking back to where users can read more in the docs, cleaning up confusing syntax errors, and reconstructing and explaining new concepts for easier readability.
38
+
This section includes tutorials designed for users new to PyTorch. Based on community feedback, we have made updates to the current [Deep Learning with PyTorch: A 60 Minute Blitz](https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html) tutorial, one of our most popular tutorials for beginners. Upon completion, one can understand what PyTorch and neural networks are, and be able to build and train a simple image classification network. Updates include adding explanations to clarify output meanings and linking back to where users can read more in the docs, cleaning up confusing syntax errors, and reconstructing and explaining new concepts for easier readability.
39
39
40
40
## DEPLOYING MODELS IN PRODUCTION
41
41
This section includes tutorials for developers looking to take their PyTorch models to production. The tutorials include:
@@ -45,15 +45,15 @@ This section includes tutorials for developers looking to take their PyTorch mod
45
45
*[Exploring a Model from PyTorch to ONNX and Running it using ONNX Runtime](https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html)
46
46
47
47
## FRONTEND APIS
48
-
PyTorch provides a number of frontend API features that can help developers to code, debug, and validate more efficiently. This section includes tutorials that teach what these features are and how to use them. Some tutorials to highlight:
48
+
PyTorch provides a number of frontend API features that can help developers to code, debug, and validate their models more efficiently. This section includes tutorials that teach what these features are and how to use them. Some tutorials to highlight:
49
49
*[Introduction to Named Tensors in PyTorch](https://pytorch.org/tutorials/intermediate/named_tensor_tutorial.html)
50
50
*[Using the PyTorch C++ Frontend](https://pytorch.org/tutorials/advanced/cpp_frontend.html)
51
51
*[Extending TorchScript with Custom C++ Operators](https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html)
52
52
*[Extending TorchScript with Custom C++ Classes](https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html)
53
53
*[Autograd in C++ Frontend](https://pytorch.org/tutorials/advanced/cpp_autograd.html)
54
54
55
55
## MODEL OPTIMIZATION
56
-
Deep learning models often consume large amounts of memory, battery, and compute due to their complex tasks. This section provides tutorials for model optimization:
56
+
Deep learning models often consume large amounts of memory, power, and compute due to their complexity. This section provides tutorials for model optimization:
0 commit comments