Skip to content

Commit

Permalink
Merge branch 'main' into nightly-binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong authored Jul 8, 2024
2 parents 7f14d63 + 9f1405d commit 0c99a4b
Show file tree
Hide file tree
Showing 4 changed files with 1,269 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout 🛎️ ivy
uses: actions/checkout@v4
with:
repository: unifyai/ivy
repository: ivy-llc/ivy
token: ${{ secrets.DEV_BOT_GENERAL_PAT }}
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions demos_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
nbsphinx_prolog = """
.. |Open in Colab| raw:: html
<a href="https://colab.research.google.com/github/unifyai/demos/blob/main/{{ env.doc2path(env.docname, base=None)|replace("demos/", "", 1) }}" target="_blank">
<a href="https://colab.research.google.com/github/ivy-llc/demos/blob/main/{{ env.doc2path(env.docname, base=None)|replace("demos/", "", 1) }}" target="_blank">
<img src="https://colab.research.google.com/assets/colab-badge.svg">
</a>
.. |Github| raw:: html
<a href="https://github.com/unifyai/demos/blob/main/{{ env.doc2path(env.docname, base=None)|replace("demos/", "", 1) }}" target="_blank">
<a href="https://github.com/ivy-llc/demos/blob/main/{{ env.doc2path(env.docname, base=None)|replace("demos/", "", 1) }}" target="_blank">
<img src="https://badgen.net/badge/icon/github?icon=github&label">
</a>
Expand Down
6 changes: 6 additions & 0 deletions examples_and_demos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ Examples and Demos

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:
:maxdepth: -1
Expand All @@ -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
1,260 changes: 1,260 additions & 0 deletions examples_and_demos/resnet_to_tensorflow.ipynb

Large diffs are not rendered by default.

0 comments on commit 0c99a4b

Please sign in to comment.