Bharath Appali

Results 44 comments of Bharath Appali

@dinogun Just made a trivial change of placing `null` as left (first) operand as a better practice, Can I please have your review on it? Thanks in advance.

In the earlier design of the EM there is a waiting queue which stores the experiment trials whose target deployment is currently in a existing experiment, once the experiment trial...

> EM should run the exps sequentially? This might depend on the type of deployment in the trial, if the type is a `new deployment` then EM run sequentially, if...

Earlier implementation used to set a notification after completion if there is an existing trial. [Ref:implementation here](https://github.com/kruize/autotune/blob/mvp_demo/src/main/java/com/autotune/experimentManager/services/util/EMAPIHandler.java#L60) and used to launch the waiting experiments upon completion of the existing trial...

Thanks for the response @tenzen-y > Did you deploy the training-operator first? No I have deployed katib and later I deployed the training operator, should I install training operator first?...

Thanks I have restarted katib and I have tried to run the pytorch job (distributed training example) but when I create experiment with this yaml ``` apiVersion: kubeflow.org/v1beta1 kind: Experiment...

Yes @andreyvelich I was able to run katib trials after the changes Thank you! Closing this issue.