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

fix bug of advisor and assesor written backwards #3070

Merged
merged 5 commits into from
Nov 16, 2020

Conversation

Lijiaoa
Copy link
Contributor

@Lijiaoa Lijiaoa commented Nov 6, 2020

  • advisor.builtinAdvisorName is written on webui, but when user use other name instead of the field builtinAdvisorName, webui will miss this value

@Lijiaoa Lijiaoa closed this Nov 6, 2020
@Lijiaoa Lijiaoa reopened this Nov 6, 2020
@scarlett2018 scarlett2018 mentioned this pull request Nov 9, 2020
77 tasks
@liuzhe-lz
Copy link
Contributor

I think the logic is kinda "too specific".
I suggest to scan for all advisor/tuner/assessors and then .join().

@Lijiaoa Lijiaoa closed this Nov 12, 2020
@Lijiaoa Lijiaoa reopened this Nov 12, 2020
@@ -32,8 +37,8 @@ export const Command1 = (): any => {
<div>
<p className='command'>Training platform</p>
<div className='nowrap'>{EXPERIMENT.profile.params.trainingServicePlatform}</div>
<p className='lineMargin'>{title}</p>
<div className='nowrap'>{builtinName}</div>
<p className='lineMargin'>{title.join('/')}</p>
Copy link
Contributor

Choose a reason for hiding this comment

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

.join(' / ')

Copy link
Contributor Author

@Lijiaoa Lijiaoa Nov 13, 2020

Choose a reason for hiding this comment

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

seems like Tuner/Assessor/Advisor is better than Tuner / Assessor / Advisor, It's also similar with the website style. such as this button
image

@liuzhe-lz liuzhe-lz merged commit 1f1a2c1 into microsoft:master Nov 16, 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.

3 participants