An open API service indexing awesome lists of open source software.

https://github.com/edisonleeeee/glcore

graph learing toolbox
https://github.com/edisonleeeee/glcore

Last synced: 10 months ago
JSON representation

graph learing toolbox

Awesome Lists containing this project

README

          

# glcore

glcore is used for [GraphGallery](https://github.com/EdisonLeeeee/GraphGallery) with C++ acceleration.

# Install

please make sure you have [PyTorch](https://pytorch.org/) and `g++`(supports c++14) compiler installed

```bash
git clone https://github.com/EdisonLeeeee/glcore.git && cd glcore
pip install .
```