AIoT-MLSys-Lab / FedRolex

[NeurIPS 2022] "FedRolex: Model-Heterogeneous Federated Learning with Rolling Sub-Model Extraction" by Samiul Alam, Luyang Liu, Ming Yan, and Mi Zhang
Apache License 2.0
60 stars 15 forks source link

Warning: The following resource request cannot be scheduled right now: {'GPU': 0.15, 'CPU': 1.0}. This is likely due to all cluster resources being claimed by actors. Consider creating fewer actors or adding more nodes to this Ray cluster. #10

Open wang-jing-xu opened 3 months ago

wang-jing-xu commented 3 months ago

When I try to run your code, I get the following warning, which is not an error, but it prevents the program from training properly. I use a separate local gpu(4060ti 16G) for training, how to solve it? Thank you for your work. ed5d67e7867820c18c2b157d2fb9bb8a

starwith commented 2 months ago

I also encountered the same problem.