microsoft / tf2-gnn

TensorFlow 2 library implementing Graph Neural Networks
MIT License
371 stars 73 forks source link

Fix deprecation warning and update outdated info #61

Closed kmaziarz closed 1 year ago

kmaziarz commented 1 year ago

In newest versions of tensorflow tensorflow.python.training.tracking.data_structures is being moved to tensorflow.python.trackable.data_structures (the move happens in 2.10 and currently there is a deprecation warning). In this PR, I fix this by patching up the corresponding import. Moreover, the README.md contained a bunch of outdated information, like the old team name (All Data AI) and several email addresses that no longer work, so I updated all that as well.