vivekratnavel / omniboard

Web-based dashboard for Sacred
MIT License
548 stars 46 forks source link

[Question] Can I edit default columns shown in omniboard? #274

Closed mf-giwoong-lee closed 3 years ago

mf-giwoong-lee commented 3 years ago

Omniboard supports adding custom columns. But this job is manual.

I want to customize the default columns to check quickly the important hyper-parameters like learning rate, batch size etc.

It can be possible in python code level or omniboard configuration file?

Haetsal-Lee commented 3 years ago

As far as I know, currently, your custom settings like column orders are stored in Local-storage of a browser.

If you are using the Chrome, you can use this plugin LocalStorage-Manager to save and restore your settings.