We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for sharing your amazing work! We are trying to reproduce your work and are currently stuck at this point.
docker-compose build runs successfully.
However, this below command modified to account for 3.8.12 version change, failes saying - /usr/bin/sudo: /usr/bin/sudo: cannot execute binary file
$ sudo docker exec -it b8e4b7fe199c bash sudo docker exec -it b8e4b7fe199c bash /home/user/conda/envs/pytorch-py3.8.12/bin/python run.py --arch resnet8 --complex_arch master=resnet8,worker=resnet8 --experiment demo --data cifar10 --pin_memory True --batch_size 64 --num_workers 2 --partition_data non_iid_dirichlet --non_iid_alpha 1 --train_data_ratio 1 --val_data_ratio 0.1 --n_clients 20 --participation_ratio 0.1 --n_comm_rounds 100 --local_n_epochs 40 --world_conf 0,0,1,1,100 --on_cuda True --fl_aggregate scheme=federated_average --optimizer sgd --lr 0.1 --local_prox_term 0 --lr_warmup False --lr_warmup_epochs 5 --lr_warmup_epochs_upper_bound 150 --lr_scheduler MultiStepLR --lr_decay 0.1 --weight_decay 0 --use_nesterov False --momentum_factor 0 --track_time True --display_tracked_time True --python_path /home/user/conda/envs/pytorch-py3.8.12/bin/python --hostfile hostfile --manual_seed 7 --pn_normalize True --same_seed_process False /usr/bin/sudo: /usr/bin/sudo: cannot execute binary file
Could you please let us know what we might be doing wrong? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for sharing your amazing work!
We are trying to reproduce your work and are currently stuck at this point.
docker-compose build runs successfully.
However, this below command modified to account for 3.8.12 version change, failes saying - /usr/bin/sudo: /usr/bin/sudo: cannot execute binary file
Could you please let us know what we might be doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: