-
Hi, thanks for the great work.
When running
`sh run_text_classification.sh FedOPT "niid_label_clients=100_alpha=100.0" 1e-3 0.1 1 4`,
the process does not terminate automatically after the last …
-
Hello authors,
I'm currently implementing your work on text classification on 20news dataset. I'm using single Nvidia A6000 for this task with FedOPT algorithm, total client 50 and 2 clients per ro…
-
Hi.
I am encountering a EOFError when trying to run uniform partition for text classification.
`
run_text_classification.sh FedOPT "uniform" 5e-5 0.1 51 4
`
> 27440 2022-01-09,13:28:37.575 …
-
Hi,
I noticed that you should include "pip install scipy==1.1.0 " and pip install tensorflow_addons" into your library required document.
Thanks
-
https://github.com/FedML-AI/FedNLP/blob/bd6dbb98e334637d69ad61e65f8d5ae75bf8d1cb/model/fed_transformers/classification/classification_model.py#L487
Combining client side learning rate warmp and sch…
-
Running this for loop is extremely loog.
https://github.com/FedML-AI/FedNLP/blob/bd6dbb98e334637d69ad61e65f8d5ae75bf8d1cb/experiments/distributed/transformer_exps/text_classification_fedavg.py#L160