vivekratnavel / omniboard

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

Improving metrics plot #266

Closed MaxSchambach closed 3 years ago

MaxSchambach commented 3 years ago

Description

I have been using Omniboard for a while now and find it very useful. However, one thing that has been bothering me are some details related to the metrics plot. They become especially visible when comparing multiple runs:

To illustrate the first two points, see this example: metrics_plot

Possible solution

vivekratnavel commented 3 years ago

Hi @MaxSchambach ,

It is easy to change the colors used in the metrics plot. https://github.com/vivekratnavel/omniboard/blob/master/web/src/components/MetricsPlotView/metricsPlotView.js#L200

I would be happy to accept a pull request if you can come up with good contrasting color codes.

vivekratnavel commented 3 years ago

:tada: This issue has been resolved in version 2.16.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

avalcarce commented 3 years ago

For some reason, the Docker "latest" tag is stuck at version 2.15...

vivekratnavel commented 3 years ago

I think it is because Docker stopped Automated builds for personal accounts. It is now a paid feature and I am trying to apply for their open-source community membership to see if they can enable automated builds for Omniboard again.

@avalcarce Thanks for letting me know.