卷积神经网络 | TensorFlow| TensorFlow| TensorFlow|  | TensorFlow| TensorFlow| 方法保存 import tensorflow as tf import numpy as np W = tf.Variable([ ...
分类:
其他好文 时间:
2020-06-25 12:03:44
阅读次数:
85
1、安装anaconda3 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.0.1-Linux-x86_64.sh bash ~/Anaconda3-5.0.1-Linux-x86_64.sh #yes,E ...
分类:
编程语言 时间:
2020-06-25 11:37:16
阅读次数:
71
1. 系统安装程序anaconda bootloader --> kernel(initrd(rootfs)) --> anaconda anaconda: tui:基于cureses的文本配置窗口 gui:图形界面 2. CentOS安装的启动流程 2.1 第一阶段:MBR:boot.cat 在光 ...
分类:
其他好文 时间:
2020-06-23 15:23:14
阅读次数:
82
阿里云服务器安装jupyter 1、安装jupyter 这里网上一些文章大部分都需要先安装Anaconda或virtualenv虚拟环境,但我为了简便直接用pip3装jupyter;这里最好用pip3安装,如果你有python2和python3的环境的话就都可以使用 pip3 install jup ...
分类:
其他好文 时间:
2020-06-23 13:13:04
阅读次数:
120