/minisweep

python, wandb, jax, jupyter, mnist

Primary LanguageJupyter NotebookMIT LicenseMIT

Minisweep

Miniproject for wandb onboarding. Click here for full report.

Install

Set up python environment:

pyenv install 3.9.9
pyenv virtualenv 3.9.9 minisweep
pyenv activate minisweep
pip install -r requirements.txt