You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing run. in the various explorers, metrics should be available as a suggestion.
After having typed run.metrics in the various explorers, a list of valid metric names should be suggested (e.g. ["loss"], ["wps"], etc. — they should come from the project's metrics list (GetProjectParams)).
After having type run.metrics["metric-name"], .last should be suggested
when typing metric. in the metrics explorer, the following attributes should be suggested: name and last
The text was updated successfully, but these errors were encountered:
metric. support for name and last is not needed anymore since we removed the support of metric. syntax since when we introduced the new metrics selector
run.
in the various explorers,metrics
should be available as a suggestion.run.metrics
in the various explorers, a list of valid metric names should be suggested (e.g.["loss"]
,["wps"]
, etc. — they should come from the project's metrics list (GetProjectParams
)).run.metrics["metric-name"]
,.last
should be suggestedmetric.
in the metrics explorer, the following attributes should be suggested:name
andlast
The text was updated successfully, but these errors were encountered: