camall3n / onager

Lightweight python library for launching experiments and tuning hyperparameters, either locally or on a cluster
MIT License
20 stars 4 forks source link

'launch' subcommand should remember the jobname from the last 'prelaunch' #32

Open camall3n opened 4 years ago

camall3n commented 4 years ago

Currently, the default workflow is:

onager prelaunch +jobname myjob [...]
[tons]
[of]
[output]
[goes]
[here]
onager launch --jobname [wait what was the jobname again?]

This means you have to scroll back up through potentially multiple pages of generated output to find the jobname.

camall3n commented 4 years ago

If you use the auto-launch feature, it should maybe print out the jobname it thinks you wanted to use

camall3n commented 4 years ago

Neev: Same for #31