orchestra icon indicating copy to clipboard operation
orchestra copied to clipboard

Source code for the ICML 2022 paper: "Orchestra: Unsupervised Federated Learning via Globally Consistent Clustering"

Results 2 orchestra issues
Sort by recently updated
recently updated
newest added

when i excute python main.py --config_dict="{'train_mode': 'orchestra', 'da_method': 'orchestra', 'local_lr': 0.003}" --linear_eval=True. It will be prompt “main.py: error: unrecognized arguments: --linear_eval=True”. What does --linear_eval=True do?How should i solve this problem?

Hello, thank you for sharing your source code! Would you be so kind as to add a license file to the codebase to help me understand if I can use...