CUDA_VISIBLE_DEVICE=0 python federated_jianyi.py --model=mlp --dataset=mnist --gpu=0 --iid=0 --epochs=100 --local_ep=5 --lr=0.04 --num_users=120 --prox=1.0
CUDA_VISIBLE_DEVICE=1 python federated_main_ibpcnn_v3_forcifarsearch.py --model=ibpcnn --dataset=cifar --gpu=1 --iid=0 --epochs=100 --local_ep=5 --truncation=80 --truncation1=40 --conv_truncation=10 --a_prior=80 --lr=0.02 --num_channels=3 --num_users=110 --seed2
CUDA_VISIBLE_DEVICE=1 python federated_main_ibpcnn_v3_forcifarsearch.py --model=ibpcnn --dataset=fmnist --gpu=1 --iid=0 --epochs=100 --local_ep=5 --conv_truncation=25 --a_prior=25 --lr=0.02 --num_users=110 --seed=7
