sedna icon indicating copy to clipboard operation
sedna copied to clipboard

Change pod name of federatedlearningjob to adapt feature extension

Open davedavedavid opened this issue 3 years ago • 2 comments

What would you like to be added/modified: image The name of the client pod "train" of federatedlearningjob can no longer cover the scope of the feature. eg, for , the client pod of collaberated training doesn't train at all. Please consider changing it to "client" or other proper name. Why is this needed:

davedavedavid avatar Dec 06 '21 13:12 davedavedavid

This variable was defined as workerParam.WorkerType at this line

jaypume avatar Dec 07 '21 10:12 jaypume

But the federated-learning definition is aggregationWorker/trainingWorkers indeed https://github.com/kubeedge/sedna/blob/main/pkg/apis/sedna/v1alpha1/federatedlearningjob_types.go#L41

llhuii avatar Dec 08 '21 06:12 llhuii