Click the title to read the slides
INQ_slides
Click the title to read the slides
fpga_based_cnn
Click the title to read the slides
pytorch_tutorials
Click the title to read the slides
caffe_tutorials
Click the title to read the slides
caffeine_slides
Click the title to read the slides
Automatic Differentiation of PyTorch
pyplot
PyPlot 绘图笔记
改变字体类型
reference: http://blog.csdn.net/ginynu/article/details/70808962
1 | import matplotlib.pyplot as plt |
自动调整边界范围
reference: https://stackoverflow.com/questions/4042192/reduce-left-and-right-margins-in-matplotlib-plot
1 | plt.tight_layout() |
ppt 绘图
markdown 使用教程
markdown 基本教程
参考 [1]:http://itmyhome.com/markdown/article/extension/task-list.html
主要包括 markdown 的基本语法、扩展语法、编辑器以及扩展、格式转换等方面的内容;
markdown mermaid
参考 [1] https://mermaidjs.github.io/flowchart.html
mermaid 是 markdown 中用于画图的工具,基本语法如下:
1 | graph TD |