From 6020790ad91693ab393f32527191c293336a9c7d Mon Sep 17 00:00:00 2001 From: Ofir Gordon Date: Sun, 2 Mar 2025 20:03:58 +0200 Subject: [PATCH] Fix broken link in keras z_threshold tutorial (#1372) --- .../pytorch/example_pytorch_activation_z_score_threshold.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/notebooks/mct_features_notebooks/pytorch/example_pytorch_activation_z_score_threshold.ipynb b/tutorials/notebooks/mct_features_notebooks/pytorch/example_pytorch_activation_z_score_threshold.ipynb index 57c0daf79..6e376538f 100644 --- a/tutorials/notebooks/mct_features_notebooks/pytorch/example_pytorch_activation_z_score_threshold.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/pytorch/example_pytorch_activation_z_score_threshold.ipynb @@ -228,7 +228,7 @@ }, "source": [ "## Target Platform Capabilities\n", - "MCT optimizes the model for dedicated hardware. This is done using TPC (for more details, please visit our [documentation](https://sony.github.io/model_optimization/api/api_docs/modules/target_platform.html)). Here, we use the default Torch TPC:" + "MCT optimizes the model for dedicated hardware. This is done using TPC (for more details, please visit our [documentation](https://sony.github.io/model_optimization/api/api_docs/modules/target_platform_capabilities.html)). Here, we use the default Torch TPC:" ] }, {