diff --git a/README.md b/README.md index c6ee459..6b5926f 100644 --- a/README.md +++ b/README.md @@ -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. (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: * -G.json -- "A networkx-specified json file describing the input graph."