Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 661 Bytes

examples_and_demos.rst

File metadata and controls

23 lines (16 loc) · 661 Bytes

Examples and Demos

.. grid:: 1 1 3 3
    :gutter: 4

    .. grid-item-card:: Accelerating PyTorch models with JAX
        :link: examples_and_demos/torch_to_jax.ipynb

        Accelerate your Pytorch models by converting them to JAX for faster inference.

    .. 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
    :caption: Examples and Demos

    examples_and_demos/torch_to_jax.ipynbs
    examples_and_demos/resnet_to_tensorflow.ipynb