Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs #14

Open
vicMio opened this issue Jun 4, 2021 · 1 comment
Open

Bugs #14

vicMio opened this issue Jun 4, 2021 · 1 comment

Comments

@vicMio
Copy link

vicMio commented Jun 4, 2021

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

@MrigankRaman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants