From 93d9d3596a887a6e0a3a9197fe6109922448e8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20=20V=C3=A9lez?= Date: Wed, 22 Jul 2020 10:28:08 -0500 Subject: [PATCH] Readme windows support (#56) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28bf147f..42b33ca6 100644 --- a/README.md +++ b/README.md @@ -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: