Andrey Velichkevich

Results 1146 comments of Andrey Velichkevich

We can discuss this in the next AutoML and Training WG meeting. Check the calendar: https://calendar.google.com/calendar/u/0/r?cid=ZDQ5bnNpZWZzbmZna2Y5MW8wdThoMmpoazRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ. Also, I think it would be great if we can high light this on...

> Would anyone like to provide a summary of the discussion during community meeting here? On the call we decided that @ahg-g will present this proposal on the Kubeflow community...

I agree with it @terrytangyuan. @ahg-g Please, can you prepare the proposal about this migration ? You can explain in the proposal how that will help MPI Operator project to...

Thanks @gaocegege. Should we follow the same way as TFJob instead of using pointer `*bool`? ``` EnableDynamicWorker bool `json:"enableDynamicWorker,omitempty"` ``` >The only question is if we should add these fields...

> but we will need to slightly extend the backend to expose the owned Suggestion CR I believe the backend already has `fetch_suggestion` API which returns Suggestion CR: https://github.com/kubeflow/katib/blob/master/pkg/ui/v1beta1/backend.go#L326. >...

@anneum Once you create Katib SDK client you can pass the kubeconfig path: https://github.com/kubeflow/katib/blob/master/sdk/python/v1beta1/kubeflow/katib/api/katib_client.py#L33-L43.