参考博文:

1.CNN模型的可视化

CNNVis

清华大学视觉分析组做的一个网站,目的是为了更好地分析深度卷积神经网络。大家可以在训练的时候采取不同的卷积核尺寸和个数对照来看训练的中间过程。

PlotNeuralNet

1.安装texlive

ubuntu

1
2
3
4
5
6
7
8
9
10
(1)下载texlive镜像 
https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/
(2)使用图形化安装界面,需要安装perl的tk组件
sudo apt-get install perl-tk
(3)加载镜像文件安装
sudo mount -o loop texlive.iso /mnt
cd /mnt
sudo ./install-tl -gui
(4)安装texlive-latex-extra
sudo apt-get install texlive-latex-extra

windows

1
2
(1)下载并安装[MikTex](https://miktex.org/download)
(2)下载并安装bash, 详情见 Git bash(https://git-scm.com/download/win)or Cygwin(https://www.cygwin.com/)