Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leonardodalinky/gnn_and_tree


https://github.com/leonardodalinky/gnn_and_tree

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# GNN_And_Tree

## Related works

[arXiv: On Tree-Based Neural Sentence Modeling](http://arxiv.org/abs/1808.09644)
* code: [https://github.com/ExplorerFreda/TreeEnc](https://github.com/ExplorerFreda/TreeEnc)

TODO

## Dev Guide

First, install the python dependencies:
```
pip install -r requirements.txt
```

Then install the pre-commit hooks:
```
pre-commit install
```