abhipec / fnet

Fine-Grained Entity Type Classification by Jointly Learning Representations and Label Embeddings
MIT License
20 stars 8 forks source link

would it will update to compatible with a new tensorflow version #1

Closed SeekPoint closed 6 years ago

SeekPoint commented 6 years ago

tf0.10.0r cannot be install by pip

abhipec commented 6 years ago

Hi @loveJasmine

I have a code that is compatible with TensorFlow 1.8 version. It is available at https://github.com/abhipec/FgEC

The model related code is available in the following sub directory: https://github.com/abhipec/FgEC/tree/master/src/baselines/fnet

However there are minor difference and it misses instructions to run.

May be later next week I can merge these two repo.

SeekPoint commented 6 years ago

great, expecting...

abhipec commented 6 years ago

I have updated the repository. Now the code available at https://github.com/abhipec/FgEC supports TensorFlow 1.10