美文网首页
AlexNet笔记

AlexNet笔记

作者: 提着木剑走天下 | 来源:发表于2019-06-16 02:08 被阅读0次

    AlexNet 提取码:er3j

    • win10系统

    1. 安装ubuntu子系统(win10应用商城),安装成功后进入ubuntu环境
    2. 安装 python-pip
    3. 搭建虚拟环境
    4. 环境配置
    pip install tensorflow
    pip install opencv-python
    pip install matplotlib
    pip install jupyter
    # Note the version of numpy. 
    # when tensorflow==1.13.1, then numpy==1.13.3
    

    numpy版本更改
    5.在终端输入 python finetune.py,开始网络训练
    6.在终端输入 tensorboard --logdir=./tensorboard 之后可以在浏览器上观察网络训练的一些信息,如下图所示

    tensorboard.png

    相关文章

      网友评论

          本文标题:AlexNet笔记

          本文链接:https://www.haomeiwen.com/subject/yihwfctx.html