Lightning-Universe / Training-Studio_app

Lightning HPO & Training Studio App
https://lightning-ai.github.io/lightning-hpo/
Apache License 2.0
18 stars 1 forks source link

Training studio app documentation updates #231

Open Madhu-gh opened 1 year ago

Madhu-gh commented 1 year ago

🐛 Bug

Once the user runs all three commands [A) connect to the app command, B) Download example script and C) Run a sweep] UI experiment tab is replaced. There is no way for the user to go back and check the commands

To Reproduce

  1. Go to Apps gallery
  2. Duplicate training studio App
  3. Run ---> lightning connect 01gkmref244yjm4zv3gqs860ef --yes
  4. Download script ---> wget https://raw.githubusercontent.com/Lightning-AI/lightning-hpo/master/sweep_examples/scripts/train.py
  5. Run a sweep ---> lightning run sweep train.py --model.lr "[0.001, 0.01, 0.1]" --data.batch "[32, 64]" --algorithm="grid_search"

Then UI is replaced with...

image

Code sample

Expected behavior

Environment

Additional context

lantiga commented 1 year ago

It is actually possible by clicking on the question mark on the top right.