FedNLP
FedNLP copied to clipboard
FedNLP: An Industry and Research Integrated Platform for Federated Learning in Natural Language Processing, Backed by FedML, Inc. The Previous Research Version is Accepted to NAACL 2022
Hi, Our environment: Ubuntu16.04 During the installation, strictly follow the python version and configuration steps in the README.md file.It is confirmed that all the required dependent files have been installed,...

  There are no such files while creating dataloaders.
Bugs
Dear all, We try to clone your repository to our own project. However, a lot of bugs remain. For example: - problem with pip install mpi4py : we need to...
Our environment: Win10 During the installation, strictly follow the python version and configuration steps in the README.md file. 1. When we run the test the dependencies command: `python -m model.fed_transformers.test`...
When I use 20news for classification, I get this error, can anyone help me? I have got the dataset from here. https://fednlp.s3-us-west-1.amazonaws.com/partition_files/20news_partition.h5 https://fednlp.s3-us-west-1.amazonaws.com/data_files/20news_data.h5 Loading data from h5 file.: 0%| |...
 How to deal with it
Hi. When I try to change the total number of clients in a distributed cluster,I used "--client_num_in_total" to specify it, but it didn't work. Could you tell me how to...