tf_geometric的安装

Posted K同学啊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tf_geometric的安装相关的知识,希望对你有一定的参考价值。


本文已加入 🚀 Python AI 计划,从一个Python小白到一个AI大神,你所需要的所有知识都在 这里 了。


环境要求与依赖库

  • 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命令进行安装:

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版

以上是关于tf_geometric的安装的主要内容,如果未能解决你的问题,请参考以下文章

一个高效且友好的TensorFlow图神经网络(GNN)框架:tf_geometric

一个高效且友好的TensorFlow图神经网络(GNN)框架:tf_geometric

在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途

PHP代码-psysh调试代码片段工具

VIM 代码片段插件 ultisnips 使用教程

Android 插件化VirtualApp 源码分析 ( 目前的 API 现状 | 安装应用源码分析 | 安装按钮执行的操作 | 返回到 HomeActivity 执行的操作 )(代码片段