From bd3c68697de9cb4e724051df7ed3da12d77d201e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=AB=99?= Date: Thu, 22 Sep 2022 12:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index cede0ec..65c5521 100644 --- a/readme.md +++ b/readme.md @@ -2,25 +2,20 @@ ## usage - - - - +```commandline +python ./run.py +``` ## description - - - - +you can train the model by `run.py` ## requirement - TensorFlow==1.15.4 dppy==0.2.0 munkres scikit-learn cvxopt - -> `cvxopt` requires `Numpy-MKL`, you can get the windows binary [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy). +> `cvxopt` requires `Numpy-MKL`, you can get the windows binary [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy). > And install the `cvxopt` binary from [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#cvxopt) -## acknowledge \ No newline at end of file +## acknowledge +Thanks for the projects **GAT:** [https://github.com/PetarV-/GAT](https://github.com/PetarV-/GAT) \ No newline at end of file