CrawlScript / tf_geometric

Efficient and Friendly Graph Neural Network Library for TensorFlow 1.x and 2.x
GNU General Public License v3.0
497 stars 91 forks source link

some questions about installation #25

Closed tinmodeHuang closed 3 years ago

tinmodeHuang commented 3 years ago

I don't expect that existing packages are updated with the command pip install -U tf_geometric[tf2-gpu](e.g. existing release version 2.4.1 of Tensorflow isn't expected to upgrade), how shall I do?

hujunxianligong commented 3 years ago

Just use the command : pip install -U tf_geometric

This command will not install or update tensorflow.

tinmodeHuang commented 3 years ago

sorry for being careless, just pay attention to it, thanks for your instant reply