-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
<LogPathChild | ||
eachLogpath={logString} | ||
logName="Trial stdout:" | ||
/> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes.
@colorjam
about table open row
log
HDFS
toNFS
trial stdout
asTrial stdout
and show Trial stdout as hyperlink on pai mode@SparkSnail
FINAL | LATEST
corectlyabout compare modal:
some format changes.