From 66c87914a91f0c9ab5061ad7815cfd670403df4d Mon Sep 17 00:00:00 2001 From: Haris Mahmood Date: Tue, 25 Jun 2024 12:56:00 +0500 Subject: [PATCH] chore: Update the examples_and_demos rst to include rthe latest demo grid card --- examples_and_demos.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples_and_demos.rst b/examples_and_demos.rst index b00ce58b..0621ae76 100644 --- a/examples_and_demos.rst +++ b/examples_and_demos.rst @@ -43,6 +43,11 @@ Examples and Demos :link: examples_and_demos/convnext_to_torch.ipynb In this demo, we convert the ConvNeXt model to PyTorch + + .. grid-item-card:: Finetuning PyTorch Models in your TensorFlow Projects + :link: examples_and_demos/resnet_to_tensorflow.ipynb + + In this demo, we finetune the PyTorch ResNet model in TensorFlow .. toctree:: :hidden: @@ -57,3 +62,4 @@ Examples and Demos examples_and_demos/xgboost_demo.ipynb examples_and_demos/dinov2_to_paddle.ipynb examples_and_demos/convnext_to_torch.ipynb + examples_and_demos/resnet_to_tensorflow.ipynb