Skip to content

Conversation

@judgeeeeee
Copy link
Contributor

What type of PR is this?
/kind feature
/area model

What this PR does / why we need it:
update ormb Metrics from []Metric to map[str][]Metric
Which issue(s) this PR is related to (optional, link to 3rd issue(s)):

Fixes #

Reference to #

Special notes for your reviewer:

/cc @FogDong @simon-cj

Does this PR introduce a user-facing change?:

update ormb Metrics from `[]Metric` to `map[str][]Metric`

@caicloud-bot caicloud-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. area/model Model related functions, including model warehouse, model compression, model evaluation, etc. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 16, 2020
@simon-cj
Copy link
Contributor

LGTM

1 similar comment
@songzhiwei7
Copy link

LGTM

DirectoryStructure []string `json:"directoryStructure,omitempty" yaml:"directoryStructure,omitempty"`
GPUType string `json:"gpuType,omitempty" yaml:"gpuType,omitempty"`
Framework string `json:"framework,omitempty" yaml:"framework,omitempty"`
Metrics map[string][]Metric `json:"metrics,omitempty" yaml:"metrics,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change it to struct?

"value": "0.928"
}
],
"metrics":{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"metrics":{
"metrics": {

Same below

Copy link
Member

@FogDong FogDong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@caicloud-bot caicloud-bot added the lgtm Indicates that a PR is ready to be merged. label Dec 16, 2020
@caicloud-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: FogDong

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@caicloud-bot caicloud-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 16, 2020
@caicloud-bot caicloud-bot merged commit f69df1a into kleveross:master Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/model Model related functions, including model warehouse, model compression, model evaluation, etc. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants