Metadata-Version: 2.1
Name: dgNN
Version: 0.0.2
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: HenryChang fishming
Author-email: author@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

### How to run

```shell
cd src
bash install.sh
cd ..
cd script/train
python train_gatconv_our.py
```

### Requirement

dgl
scipy
pytorch

### LICENSE

This project is projected by Apache 2.0


