tf_geometric的安装
生活随笔
收集整理的這篇文章主要介紹了
tf_geometric的安装
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
本文已加入 🚀 Python AI 計(jì)劃,從一個(gè)Python小白到一個(gè)AI大神,你所需要的所有知識都在 這里 了。
環(huán)境要求與依賴庫
-
Operation System: Windows / Linux / Mac OS
-
Python: version >= 3.5 and version != 3.6
-
Python Packages:
- tensorflow/tensorflow-gpu: >= 1.15.0 or >= 2.3.0
- numpy >= 1.17.4
- networkx >= 2.1
- scipy >= 1.1.0
使用pip一鍵安裝tf_geometric及依賴
使用下面任意一條pip命令進(jìn)行安裝:
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版總結(jié)
以上是生活随笔為你收集整理的tf_geometric的安装的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 一个高效且友好的TensorFlow图神
- 下一篇: 深度学习100例 | 第29天-ResN