ayulockin / SageMakerStudio

A repo showcasing SMSL and W&B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Wandb and SageMaker Studio

This repo is acompanied of a blog post in AWS and on fully-connected

Install

This repo can be configured using the pip: requirements.txt or the conda: environment.yml. SageMaker Studio can be configured using both.

Running the experiments

Sweep

We will perform an Hyper Parameter Sweep using the sweep.yaml configuration file. To run the sweep with defaults values, use:

$ wandb sweep sweep.yaml

and then launch an agent using the suggested command line output of command above

$ wandb agent <sweep_id>

Note: this repo uses ml_collections to configure parameters. You can check the config.py file to inspect defaults.

About

A repo showcasing SMSL and W&B


Languages

Language:Jupyter Notebook 96.9%Language:Python 3.1%