morganmcg1 / wandb-launch-demo

A demo repo for Weights & Biases Launch examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wandb-launch-demo

A demo repo for Weights & Biases Launch examples

Running

  1. Train
  • Train small model on small dataset to verify pipeline and convergence
  • Train small model on full dataset
  • Train large model on small dataset
  • Train large model on full dataset
  1. Eval
  • Eval script to load a pretrained-model and run evaluation

Launch Queue Config

{
    "gpus": "all",
    "builder": {
        "base_image": "nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu18.04"
    }
}

To test:

nvidia/cuda:12.0.1-cudnn8-runtime-ubuntu18.04
nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu18.04

About

A demo repo for Weights & Biases Launch examples

License:Apache License 2.0


Languages

Language:Python 100.0%