Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,20 @@ For example, to use Q-leaning to attack the graph classification method, do the
year={2018}
}

### Appendix
If you encountered some problems like: `AttributeError: 'Graph' object has no attribute '_node'`, maybe you should checkout the dependencies. Here is a sample dependencies that I have tested can work.

#### Dependencies
- certifi 2018.11.29
- cffi 1.11.2
- decorator 4.3.2
- networkx 1.9.1
- numpy 1.16.1
- pip 19.0.1
- pycparser 2.19
- PyYAML 3.13
- setuptools 40.7.3
- torch 0.3.1
- tqdm 4.31.1
- wheel 0.32.3