Skip to content

Commit 52dca94

Browse files
committed
fix the link
1 parent c6fe91a commit 52dca94

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tutorials/notebooks/task_notebooks/pytorch/example_posenet_pytorch_post_training_quantization.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"source": [
1212
"# PoseNet Post-Training Quantization in PyTorch using the Model Compression Toolkit(MCT)\n",
1313
"\n",
14-
"[Run this tutorial in Google Colab](https://colab.research.google.com/github/Toshiki-Kato/mct-model-optimization/blob/tutorial_add_pytorch_posenet_tutorial/tutorials/notebooks/imx500_notebooks/pytorch/example_posenet_pytorch_post_training_quantization.ipynb)\n",
1514
"\n",
1615
"## Overview\n",
1716
"This quick-start guide explains how to use the **Model Compression Toolkit (MCT)** to quantize a PoseNet model. We will load a pre-trained model and quantize it using the MCT with **Post-Training Quantization (PTQ)**. Finally, we will evaluate the quantized model and export it to an ONNX file. \n",

0 commit comments

Comments
 (0)