Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 456 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 456 Bytes

WandB Examples

Setup

Python environment

git clone https://github.com/alan-turing-institute/wandb-examples.git
cd wandb-examples
python -m venv .venv
source .venv/bin/activate
pip install .

WandB Login

wandb login

If not logged in already this should prompt you for an API key, which you can get from https://wandb.ai/authorize

Initial model and data download

python scripts/0_initial_download.py