diff --git a/index.rst b/index.rst index da64acca181..54bd8b37466 100644 --- a/index.rst +++ b/index.rst @@ -806,21 +806,21 @@ Welcome to PyTorch Tutorials :header: Using the ExecuTorch SDK to Profile a Model :card_description: Explore how to use the ExecuTorch SDK to profile, debug, and visualize ExecuTorch models :image: _static/img/ExecuTorch-Logo-cropped.svg - :link: https://pytorch.org/executorch/stable/tutorials/sdk-integration-tutorial.html + :link: https://docs.pytorch.org/executorch/main/tutorials/devtools-integration-tutorial.html :tags: Edge .. customcarditem:: :header: Building an ExecuTorch iOS Demo App :card_description: Explore how to set up the ExecuTorch iOS Demo App, which uses the MobileNet v3 model to process live camera images leveraging three different backends: XNNPACK, Core ML, and Metal Performance Shaders (MPS). :image: _static/img/ExecuTorch-Logo-cropped.svg - :link: https://pytorch.org/executorch/stable/demo-apps-ios.html + :link: https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/ExecuTorchDemo :tags: Edge .. customcarditem:: :header: Building an ExecuTorch Android Demo App :card_description: Learn how to set up the ExecuTorch Android Demo App for image segmentation tasks using the DeepLab v3 model and XNNPACK FP32 backend. :image: _static/img/ExecuTorch-Logo-cropped.svg - :link: https://pytorch.org/executorch/stable/demo-apps-android.html + :link: https://github.com/pytorch-labs/executorch-examples/tree/main/dl3/android/DeepLabV3Demo#executorch-android-demo-app :tags: Edge .. customcarditem:: @@ -1123,9 +1123,9 @@ Additional Resources Exporting to ExecuTorch Tutorial Running an ExecuTorch Model in C++ Tutorial < https://pytorch.org/executorch/stable/running-a-model-cpp-tutorial.html> - Using the ExecuTorch SDK to Profile a Model - Building an ExecuTorch iOS Demo App - Building an ExecuTorch Android Demo App + Using the ExecuTorch SDK to Profile a Model + Building an ExecuTorch iOS Demo App + Building an ExecuTorch Android Demo App Lowering a Model as a Delegate .. toctree:: diff --git a/intermediate_source/tiatoolbox_tutorial.rst b/intermediate_source/tiatoolbox_tutorial.rst index de9b3031330..8528ddf0095 100644 --- a/intermediate_source/tiatoolbox_tutorial.rst +++ b/intermediate_source/tiatoolbox_tutorial.rst @@ -348,7 +348,7 @@ The PatchPredictor class runs a CNN-based classifier written in PyTorch. - Alternatively, you can pass ``pretrained_model`` as a string argument. This specifies the CNN model that performs the prediction, and it must be one of the models listed - `here `__. + `here `__. The command will look like this: ``predictor = PatchPredictor(pretrained_model='resnet18-kather100k', pretrained_weights=weights_path, batch_size=32)``. - ``pretrained_weights``: When using a ``pretrained_model``, the @@ -621,7 +621,7 @@ results. Here are the arguments and their descriptions: which is equivalent to level 0. In general, this is the level of greatest resolution. In this particular case, the image has only one level. More information can be found in the - `documentation `__. + `documentation `__. - ``masks``: A list of paths corresponding to the masks of WSIs in the ``imgs`` list. These masks specify the regions in the original WSIs from which we want to extract patches. If the mask of a particular