From fe9b363768383374723d9495f779c0c04dce155e Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Sat, 5 Dec 2020 12:24:25 +0530 Subject: [PATCH] Fixed shape notebook reference --- MIRNet_TFLite.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIRNet_TFLite.ipynb b/MIRNet_TFLite.ipynb index d2cca93..5a819c3 100644 --- a/MIRNet_TFLite.ipynb +++ b/MIRNet_TFLite.ipynb @@ -3576,7 +3576,7 @@ "id": "XIW7thciNo1n" }, "source": [ - "Here we are allowing the TensorFlow Lite model to handle dynamic shapes. If that is not desirable (GPU delegate does not support dynamic shapes yet) then follow [this notebook](TODO: update link). " + "Here we are allowing the TensorFlow Lite model to handle dynamic shapes. If that is not desirable (GPU delegate does not support dynamic shapes yet) then follow [this notebook](https://colab.research.google.com/github/sayakpaul/MIRNet-TFLite/blob/main/MIRNet_TFLite_Fixed_Shape.ipynb). " ] }, {