Viet Hoang
Viet Hoang
Hi, do we have a solution for this?
> Face a similar issue(in Kubeflow training service), I fix it by hacking [trialDispatcher.ts](https://github.com/microsoft/nni/blob/v2.8/ts/nni_manager/training_service/reusable/trialDispatcher.ts), [kubeflowEnvironmentService.ts](https://github.com/microsoft/nni/blob/v2.8/ts/nni_manager/training_service/reusable/environments/kubernetes/kubeflowEnvironmentService.ts), [kubernetesEnvironmentService.ts](https://github.com/microsoft/nni/blob/v2.8/ts/nni_manager/training_service/reusable/environments/kubernetes/kubernetesEnvironmentService.ts). > > Suppose experiment id is ABCDE The reason for this phenomenon happened is...
@amznero at first, I move the run.sh file to the correct experiment folder, but then, the trial doesn't seem to run concurrently, and yes, as you say, I also found...