FedNLP icon indicating copy to clipboard operation
FedNLP copied to clipboard

Bugs

Open vicMio opened this issue 4 years ago • 1 comments

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 export MPICC=/usr/lib64/openmpi/bin/mpicc (or another address you may find with a locate command) (solved)
  • problem with installation of wandb (creating an account, wandb login, api key) (solved)
  • problem with entity = automl replacement (it is explicated): I've made a bash script to do it then (solved)
  • problem of missing partitions: we need to change some scripts to remove occurences (for example:

#all_partition_files = ['20news_partition.h5', 'agnews_partition.h5', 'cornell_movie_dialogue_partition.h5', 'onto_partition.h5', 'ploner_partition.h5', 'squad_1.1_partition.h5', 'sst_2_partition.h5', 'wikiner_partition.h5', 'w_nut_partition.h5'] Changed to all_partition_files = ['20news_partition.h5', 'onto_partition.h5', 'squad_1.1_partition.h5'])

but we always have a KeyError: "Unable to open object (object 'niid_label_clients=100.0_alpha=5.0') doesn't exist"

  • etc.

Would it be possible to have a call about it? Or juste more information? Thank you

vicMio avatar Jun 04 '21 07:06 vicMio

Hi! We at FedML have launched a new platform for FedNLP. Can you please check whether you face the same issues there? Here is the new FedNLP platform: https://github.com/FedML-AI/FedML/tree/master/python/app/fednlp

MrigankRaman avatar Jul 14 '22 12:07 MrigankRaman