• kylasa's avatar
    [DistDGL][Robustness]Uneven distribution of input graph files for nodes/edges and features. (#5227) · bbc538d9
    kylasa authored
    * Uneven distribution of nodes/edges/features
    
    To handle unevenly sized files for nodes/edges and feature files for nodes and edges, we have to synchronize before starting large no. of messages (either one large message or a burst of messages).
    
    * Applying lintrunner patch.
    
    * Removing tabspaces for lintrunner.
    
    * lintrunner patch.
    
    * removed issues introduced by the merge conflicts. Lots of code was repeated
    bbc538d9
data_shuffle.py 52.8 KB