jyzgh / FedLPS

Apache License 2.0
9 stars 1 forks source link

Some Questions #3

Open EudoraYy opened 3 weeks ago

EudoraYy commented 3 weeks ago

Dr. Jia, hello, I recently read your article FedLPS and the accompanying code, and I have some questions to ask you.

  1. The article claims to solve the problem of training costs caused by multiple tasks on a single client. I would like to ask how you designed the "multi-task" scenario in the code? Is one dataset representing one classification task?
  2. I see that the code is an example experiment of a single dataset. If a dataset represents a task, how does the code implement local parameter sharing across multiple tasks? I did not find the corresponding part in the code.

I'm looking forward to your warm reply.

jyzgh commented 2 weeks ago

Thanks for your attention to our work!

Please see Resolved Issue #2 for details.