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

[v1.8 bug-bash] fix webui error #2808

Merged
merged 3 commits into from
Aug 24, 2020
Merged

Conversation

Lijiaoa
Copy link
Contributor

@Lijiaoa Lijiaoa commented Aug 20, 2020

@colorjam

about table open row log

  • change HDFS to NFS
  • show trial stdout as Trial stdout and show Trial stdout as hyperlink on pai mode

@SparkSnail

  • show table default metric FINAL | LATEST corectly

about compare modal:

  • update legend style
  • add scroll bar for table rather than Modal's scroll-x

some format changes.

<LogPathChild
eachLogpath={logString}
logName="Trial stdout:"
/>
Copy link
Contributor

Choose a reason for hiding this comment

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

why the log of pai mode use 2 different components? can they use the same PaiTrialLog component?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

logPathChild just confirm that log string is hyperlink. But log nested components will refactor next release.

if (isNaNorInfinity(val)) {
return `${val}`; // show 'NaN' or 'Infinity'
} else {
return `${formatAccuracy(val)} (FINAL)`;
if (this.accuracy === undefined) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this.accuracy final result value?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes.

@ultmaster ultmaster mentioned this pull request Aug 21, 2020
66 tasks
@ultmaster ultmaster merged commit 08edcfb into microsoft:v1.8 Aug 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants