deepmd-kit 安装
最近开始学习deepmd,记录下安装过程。 系统:centos 7.5 安装过程共分为一下几步: 1. 安装annconda 2. 创建python(3.6)环境 https://blog.csdn.net/weixin_42807065/article/details ...
最近开始学习deepmd,记录下安装过程。 系统:centos 7.5 安装过程共分为一下几步: 1. 安装annconda 2. 创建python(3.6)环境 https://blog.csdn.net/weixin_42807065/article/details ...
问题原因在于在tf2下调用了tf1的API,而tf2中是没有placeholder的。 解决方法: 使用: import tensorflow.compat.v1 as tftf.disable ...