From 498ae9c95dad9996c123d19c4bcde3c78245823e Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Sat, 3 May 2025 15:28:00 -0400 Subject: [PATCH] Fix links to executorch and tiatoolbox --- index.rst | 16 ++++++++-------- intermediate_source/tiatoolbox_tutorial.rst | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/index.rst b/index.rst index e4ab3c1d81e..e0951af96d6 100644 --- a/index.rst +++ b/index.rst @@ -803,24 +803,24 @@ Welcome to PyTorch Tutorials :tags: Edge .. customcarditem:: - :header: Using the ExecuTorch SDK to Profile a Model + :header: Using the ExecuTorch Developer Tools 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://pytorch.org/executorch/stable/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). + :header: Using ExecuTorch on iOS + :card_description: Learn how to use ExecuTorch on iOS and macOS with Objective-C, Swift, and C++. :image: _static/img/ExecuTorch-Logo-cropped.svg - :link: https://pytorch.org/executorch/stable/demo-apps-ios.html + :link: https://pytorch.org/executorch/stable/using-executorch-ios.html :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. + :header: Using ExecuTorch on Android + :card_description: Learn how use ExecuTorch on Android with Java and Kotlin API bindings. :image: _static/img/ExecuTorch-Logo-cropped.svg - :link: https://pytorch.org/executorch/stable/demo-apps-android.html + :link: https://pytorch.org/executorch/stable/using-executorch-android.html :tags: Edge .. customcarditem:: diff --git a/intermediate_source/tiatoolbox_tutorial.rst b/intermediate_source/tiatoolbox_tutorial.rst index de9b3031330..af689210438 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