google-deepmind / deepmind-research

This repository contains implementations and illustrative code to accompany DeepMind publications
Apache License 2.0
13.12k stars 2.58k forks source link

Update of code for Graph Matching Networks to TF 2 planned? #65

Open mxhffmn opened 4 years ago

mxhffmn commented 4 years ago

Hi altogether, we are actively using the approach of Graph Matching Networks in research. Since version 2 of Tensorflow is now the main version and we want to make sure that our code base is future-proof, I was wondering whether an update of the GMN code to TF 2 and the respective version of Sonnet is planned? If not, I am also happy to hear hints on what has to be adjusted.

I hope one of the authors or any other affiliated person can give me a quick answer.

Thank you very much and best regards!

yujiali commented 4 years ago

Hi maxx2803,

Thanks for your interest in our work. We don't have plans to upgrade this to TF2 unfortunately. The code is released as is and there is at the moment no planned commitment to make sure the released code is up to date.

I hope the upgrade to TF2 (or any other framework) won't be too hard.