UbiquitousLearning / FedAdapter

"Efficient Federated Learning for Modern NLP", to appear at MobiCom 2023.
27 stars 2 forks source link

meaning of CMD parameters. #3

Open whr819987540 opened 2 months ago

whr819987540 commented 2 months ago

Hey, Cai.

What does ci mean in this code?

parser.add_argument('--ci', type=int, default=0, help='CI')
caidongqi commented 1 month ago

Actually, I have no idea about it as well :< Will trace that argument when I have time. Part of the code was directly inherited from FedNLP, there may be some kind of use for that argument. So I recommend to keep it as it is.