Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

no intermediate result when metrics is a dictionary #824

Closed
PurityFan opened this issue Mar 10, 2019 · 0 comments
Closed

no intermediate result when metrics is a dictionary #824

PurityFan opened this issue Mar 10, 2019 · 0 comments

Comments

@PurityFan
Copy link
Contributor

Short summary about the issue/question:
When the type of metrics is a dict, there is no intermediate result. The final result use "default" key to show the result, and what about the intermediate result? Shouldn't these two be consistent?

Brief what process you are following:
Start an experiment and use the "dict" type metrics. For example:
result =
{
"default": 60.65,
"loss": 1.138
}
Then, we can see the point of the final result, can not see the intermediate result, like these:
image
image

How to reproduce it:

Start an experiment and use the "dict" type metrics.

nni Environment:

  • nni version: 0.5.2
  • nni mode(local|pai|remote): pai
  • OS: Ubuntu
  • python version: 3.5.2
  • is conda or virtualenv used?: no
  • is running in docker?: yes

Anything else we need to know:

@PurityFan PurityFan changed the title no intermediate result when our metrics is a dictionary no intermediate result when metrics is a dictionary Mar 10, 2019
@scarlett2018 scarlett2018 added this to the March 2019 Release v0.6 milestone Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants