kevin85421 commented on pull request #622:
URL: https://github.com/apache/submarine/pull/622#issuecomment-872000440
@jiwq Got it. It makes sense.
To conclude,
(1) The experiment name on the workbench must be the same as the name
specified by users.
(2) The names of the PODs (i.e. instance name) related to the experiment are
`${original_exp_name} + "-" + ${experimentCounter}`
(3) Users can use ${original_exp_name} to retrieve their experiments.
(4) Set the labels of the PODs to ${original_exp_name}
For instance,
User wants to create an experiment: ${original_exp_name} = "mnist-exp"
The experiment name on the workbench: "mnist-exp" => conclusion (1)
Names of PODs: "mnist-exp-0001" => conclusion (2)
Labels of PODs: "mnist-exp" => conclusion (4)
Do I misunderstand anything? Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]