本文已加入 Python AI 计划,从一个Python小白到一个AI大神,你所需要的所有知识都在 这里 了。
Operation System: Windows / Linux / Mac OS
Python: version >= 3.5 and version != 3.6
Python Packages:
使用下面任意一条pip命令进行安装:
pip install -U tf_geometric # 不会额外安装tensorflow或tensorflow-gpu包
pip install -U tf_geometric[tf1-cpu] # 会额外安装TensorFlow 1.x CPU版
pip install -U tf_geometric[tf1-gpu] # 会额外安装TensorFlow 1.x GPU版
pip install -U tf_geometric[tf2-cpu] # 会额外安装TensorFlow 2.x CPU版
pip install -U tf_geometric[tf2-gpu] # 会额外安装TensorFlow 2.x GPU版