You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue lists all the examples that we should work on, if you have suggestions about new examples you can post them here.
If you want to work on any of these examples, please create an issue with the same name as the list-item bold name and edit this comment to replace the name with the issue link so that everybody can know who is working on what 😄 .
When creating a new notebook, please use the name of the list item in camel case (i.e. First Example with Ivy -> first_example_with_ivy.ipynb).
A few points:
There will be tags classifying notebooks in related to "Ivy as a framework" and related to "Ivy as a transpiler"
Notebooks with 🚨 should be prioritized!
Notebooks in learn the basics should be extremely short and to the point, tutorials should be mid-length, with examples and demos probably being more lengthy and involved
🚨 Quickstart (framework)(transpiler)
Learn the basics
🚨 Write framework-agnostic code (framework)
🚨 Unify code (transpiler)
🚨 Compile code (framework)(transpiler)
🚨 Transpile code (transpiler)
🚨 Lazy vs Eager (framework)(transpiler)
🚨 How to use decorators (framework)(transpiler)
🚨 Transpile any library (transpiler)
🚨 Transpile any model (transpiler)
🚨 Write a module using Ivy (framework)
Tutorials
🚨 Developing a convolutional network using Ivy (framework)
Developing a transformer using Ivy (framework)
🚨 Transpiling a torch model to build on top of it (transpiler)
🚨 (?) Developing DeepMind's PerceiverIO using Ivy (framework) (?)
Deploying a PyTorch model using TFLite (transpiler)
Running a timm model in JAX using TPUs (transpiler)
Benchmarking performance - Benchmark of the performance of a complex model after transpiling it to different backends (transpiler)
Using fvcore to measure FLOPs in a keras model - this example should explore this kind of tools and showcase how transpiling models can help compare them in a more fair and easy way (e.g. compare various models in different frameworks calculating the FLOPs with the same tool) (transpiler)
Transpiling a model from Hugging Face - add something else here (transpiler)
To be categorized (probably in the basics):
Debugging graphs (framework)(transpiler)
Exploring the graph (show_graph) (framework)(transpiler)
The text was updated successfully, but these errors were encountered:
This issue lists all the examples that we should work on, if you have suggestions about new examples you can post them here.
If you want to work on any of these examples, please create an issue with the same name as the list-item bold name and edit this comment to replace the name with the issue link so that everybody can know who is working on what 😄 .
When creating a new notebook, please use the name of the list item in camel case (i.e.
First Example with Ivy
->first_example_with_ivy.ipynb
).A few points:
Learn the basics
Tutorials
Examples and demos
To be categorized (probably in the basics):
The text was updated successfully, but these errors were encountered: