Load slice of graphs

Hi!

There is a method for loading graphs from disk. One of its arguments is a list with indexes, but, as far as I know, labels return for the whole file.
So, my question is, how I can load only part of labels or can I load graphs without loading labels?

You can save graphs and labels separately and only use this method for saving graphs. In that case, the label_dict returned will be empty.

Hi,

The design here is assuming the labels data are much less than the graph data and its features.
As @mufeili suggested, if you prefer loading partial labels, h5py is probably what you are looking for