Learn the basics#

Write Ivy Code

Get familiar with Ivy’s basic concepts and start writing framework-agnostic code.

Unify Code

Unify a simple torch function and use it alongside any ML framework!

Trace Code

Turn your Ivy code into an efficient fully-functional graph, removing wrappers and unused parts of the code.

Transpile Code

Convert a torch function to jax with just one line of code.

Lazy vs Eager

Understand the difference between eager and lazy tracing and transpilation.

How to use decorators

Learn about the different ways to use tracing and transpilation functions.

Transpile any library

Transpile the kornia library to jax with just one line of code.

Transpile any model

Transpile a Keras model into a PyTorch module.