wandb / examples

Example deep learning projects that use wandb's features.
http://wandb.ai
1.13k stars 291 forks source link

Simple Automations demo project #414

Closed cvphelps closed 1 year ago

cvphelps commented 1 year ago

This quick tutorial shows users how to train and test a model using automations with W&B.

ngrayluna commented 1 year ago

Some thoughts:

cvphelps commented 1 year ago

Thank you Noah!

cvphelps commented 1 year ago

Training script time: I'm updating the train.py to have a train_set config param that is set by default to 2560. This means there will only be 20 steps of training instead of 470.

cvphelps commented 1 year ago

requirements.txt: Done, I've updated the report

image
cvphelps commented 1 year ago

Confirming new training script runs in less than 30s

image
cvphelps commented 1 year ago

I'm adding logging to get the requirements.txt file since I turned off github repo logging so I could name the job a custom name