Update README.md

This commit is contained in:
William L Hamilton 2017-05-30 18:30:03 +01:00 committed by GitHub
parent ff41d9d5df
commit 23c819d98d

View File

@ -22,6 +22,7 @@ Recent versions of TensorFlow, numpy, scipy, and networkx are required.
The example_unsupervised.sh and example_supervised.sh files contain example usages of the code. The example_unsupervised.sh and example_supervised.sh files contain example usages of the code.
(example_unsupervised.sh sets a very small max iteration number, which can be increased to improve performance.) (example_unsupervised.sh sets a very small max iteration number, which can be increased to improve performance.)
As input, at minimum the code requires that a --train_prefix option is specified which specifies the following data files: As input, at minimum the code requires that a --train_prefix option is specified which specifies the following data files:
* <train_prefix>-G.json -- "A networkx-specified json file describing the input graph." * <train_prefix>-G.json -- "A networkx-specified json file describing the input graph."