MCPcopy
hub / github.com/williamleif/GraphSAGE / main

Function main

graphsage/unsupervised_train.py:376–380  ·  view source on GitHub ↗
(argv=None)

Source from the content-addressed store, hash-verified

374
375
376def main(argv=None):
377 print("Loading training data..")
378 train_data = load_data(FLAGS.train_prefix, load_walks=True)
379 print("Done loading training data..")
380 train(train_data)
381
382if __name__ == '__main__':
383 tf.app.run()

Callers

nothing calls this directly

Calls 2

load_dataFunction · 0.90
trainFunction · 0.70

Tested by

no test coverage detected