一. 安装supervisorapt install supervisor -y二. 配置supervisor
创建supervisor配置文件
vim...
修改时区:timedatectl set-timezone Asia/Shanghai查看时间:date
代码为:a = tf.ones([3, 2])
b = tf.fill([2, 3], 3.)
print(tf.matmul(a, b))在网上搜下了,...
创建虚拟环境
conda create -n env_name python=版本号
卸载虚拟环境
conda remove -n env_name...