Skip to content

Commit

Permalink
Readme windows support (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
anvelezec committed Jul 22, 2020
1 parent 12672dc commit 93d9d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Install Elegy using pip:
pip install elegy
```

For Windows users we recomend the Windows subsystem for linux 2 [WSL2](https://docs.microsoft.com/es-es/windows/wsl/install-win10?redirectedfrom=MSDN) since [jax](https://github.com/google/jax/issues/438) does not have support for it yet.

## Quick Start
Elegy greatly simplifies the training of Deep Learning models compared to pure Jax / Haiku where, due to Jax functional nature, users have to do a lot of book keeping around the state of the model. In Elegy just you just have to follow 3 basic steps:

Expand Down

0 comments on commit 93d9d35

Please sign in to comment.