diegma / neural-dep-srl

A Simple and Accurate Syntax-Agnostic Neural Model for Dependency-based Semantic Role Labeling
Apache License 2.0
188 stars 33 forks source link

Requesting implementation in tensorflow #3

Open svjan5 opened 6 years ago

svjan5 commented 6 years ago

Hi, Theano library is no more being maintained by MILA. It would be great if you could provide the implementation of your code in some actively developed libraries like tensorflow or pytorch etc.

I completely understand that it is a bit difficult thing to do but that would make your code more usable.

Thanks in advance.

kdrivas commented 6 years ago

i try to implement only the gcn model in pytorch https://github.com/kervyRivas/Graph-convolutional-/blob/master/GCN.ipynb

CHELSEA234 commented 5 years ago

@kervyRivas I have read your code, they are net and well-written, but I think they are actually not GCN. I have posted a new issue under your repo.