Bugs
- Dominant language
- No language data
- Stars
- 223
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.