-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels