You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Dear all,
We try to clone your repository to our own project. However, a lot of bugs remain.
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"
Would it be possible to have a call about it? Or juste more information?
Thank you
The text was updated successfully, but these errors were encountered: