This is a practice project for demonstrating your familiarity of JAX.
It contains following small projects:
- Clone this repo:
git clone https://github.com/BirkhoffG/jax-practice.git
- Install all the dependencies:
cd jax-practice
pip install -e ".[dev]"
-
Start working on these small projects by editing the code in the jupyter notebook.
-
Once it is done, create a pull request.
- We are using nbdev for our library
development. This repo is also based on
nbdev
. It will be helpful to know what these comments are:nbdev_export
,nbdev_clean
,nbdev_test
.- This tutorial is a good start in learning
nbdev
: https://nbdev.fast.ai/tutorials/tutorial.html - Learn how to use
nbdev
injax-relax
: https://birkhoffg.github.io/jax-relax/tutorials/contribution.html
- This tutorial is a good start in learning