更新readme

main
工作站 2 years ago
parent f772462815
commit bd3c68697d
  1. 19
      readme.md

@ -2,25 +2,20 @@
## usage ## usage
```commandline
python ./run.py
```
## description ## description
you can train the model by `run.py`
## requirement ## requirement
TensorFlow==1.15.4 TensorFlow==1.15.4
dppy==0.2.0 dppy==0.2.0
munkres munkres
scikit-learn scikit-learn
cvxopt 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) > And install the `cvxopt` binary from [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#cvxopt)
## acknowledge ## acknowledge
Thanks for the projects **GAT:** [https://github.com/PetarV-/GAT](https://github.com/PetarV-/GAT)
Loading…
Cancel
Save