• Da Zheng's avatar
    Fix the convergence problem in SSE. (#162) · 5f89cd66
    Da Zheng authored
    * add a test.
    
    * move file.
    
    * debug
    
    * add degree normalization.
    
    * it can converge now.
    
    * remove hidden_data.
    
    * use readonly graph index.
    
    * use subgraph loader.
    
    * refactor code and remove intermediate data.
    
    * split inference.
    
    * mix cpu and gpu training.
    
    * fix mxnet sparse_matrix constructor.
    
    * convert tensor context.
    
    * set up the prediction model.
    
    * load mxnet csr directly.
    
    * add timing.
    
    * move test_sse.py to sse_batch.py
    
    * fix the tensor version of SSE.
    
    * update README.
    5f89cd66
sse_batch.py 13.7 KB