Graph_Embedding_Sparse

fork from https://github.com/shenweichen/GraphEmbedding

use the sparse input to make the SDNE to apply on big graph with 10+ G

  1. use the csr matrix to represent the graph matrix
  2. use the batch generate ndarray from the cvr matrix to train
  3. delete unnecessary variable