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
The default file is self.split_data = h5py.File('/media/liujack/flair_hdf5/cent_data.hdf5', 'r'), but it seems to have different format of the hdf5 file generated by prepare_dataset.py in official FLAIR repo, which is adaptible for FlairFedDataset. Thanks!
The text was updated successfully, but these errors were encountered:
Hi, you may check the official FLAIR repo, if you turn on the flag of --not_group_data_by_user, you could have the same result. Hoping this is useful to you, thanks!
The default file is
self.split_data = h5py.File('/media/liujack/flair_hdf5/cent_data.hdf5', 'r')
, but it seems to have different format of the hdf5 file generated byprepare_dataset.py
in official FLAIR repo, which is adaptible forFlairFedDataset
. Thanks!The text was updated successfully, but these errors were encountered: