Skip to content

Commit

Permalink
Fix link to pure JAX example (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
BioGeek authored Mar 13, 2023
1 parent 9553ea6 commit f83c7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ This approach allows for fine-grained control over the training process and enab
For a more in-depth look at how to use `ciclo`, check out our [examples](./examples) folder which contains a set of python scripts that demonstrate how to use `ciclo` to train models using different APIs.

### JAX
* [00 Linear Regression](https://github.com/cgarciae/ciclo/blob/main/examples/basic/00_linear_regression_pure_jax.py)
* [00 Linear Regression](https://github.com/cgarciae/ciclo/blob/main/examples/jax/00_linear_regression_pure_jax.py)

### Flax
* [01 Simple MNIST](https://github.com/cgarciae/ciclo/blob/main/examples/flax/01_mnist_simple.py)
Expand Down

0 comments on commit f83c7f9

Please sign in to comment.