omniboard
omniboard copied to clipboard
Feature request: config file download
Hello and thanks for this awesome tool.
What do you think about adding a download button in the config tab so we can download the corresponding json file and easily replicate a particular run? This would massively facilitate reproducibility imo.
Thank you again
Ideally it would be nice to have a button that would pull down everything required to rerun the experiment. E.g. git commit, source code diff, config
Are you running Omniboard through Sacred? If so, I think you can already do this if you just passing _config
to a json.dump()
command. Sacred's parser already is JSON-capable