• Minjie Wang's avatar
    [Graph][Model] Cache adj & inc; MX GCN (#307) · f35ac544
    Minjie Wang authored
    * add cache to adj and incmat
    
    * Fix bug in cached adj/inc
    
    * mx gcn spmv runnable; acc debugging...
    
    * fix bug in mx gcn that loss is not correctly calculated
    
    * fix mx utest
    
    * fix as requested
    
    * use raw parameter tensors rather than dense layer
    
    * fix dropout
    
    * Add numbers in readme
    f35ac544
utils.py 10.6 KB