flsim
flsim copied to clipboard
A simulation framework for Federated Learning written in PyTorch
Hi there, I have a quick question, is there any plan of releasing the DQN code? Would love to evaluate this work and extend it further.
Can you please open source your code of FAVOR? The core part of codes is missing(RL agent) and the results couldn't be reproduced.
Code is not performing PCA. https://github.com/iQua/flsim/blob/59d39e6f50bd1af79aa114db8d87cb870e829d02/scripts/pca.py#L56 `clients[i].pref` is not define. > AttributeError: 'Client' object has no attribute 'pref'
https://github.com/iQua/flsim/blob/59d39e6f50bd1af79aa114db8d87cb870e829d02/scripts/pca.py#L57 It should be `logging.info(.)` instead of `logging.into(.)`.
I understand that for some reasons you might not have been able to release your complete code but I would highly appreciate if you could help me answering some questions...
Thank you for your nice codes.
Hi there, Thanks for the good work! Just a question, is the DQN model trained (by selecting 1 participating device as mentioned in the paper) before being deployed to the...