Skip to the content.

SpringBoot

Java并发博客

为什么一般实体类不用Spring注入呢?

实验环境配置

Python 3.7

PyTorch 安装 conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch

MMCV 安装 pip install mmcv-full==1.5.1 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.11.0/index.html

mmsegmentation 安装 pip install mmsegmentation==0.24.1

mmcls 安装 pip install mmcls==0.23.0

ever-beta 安装 pip install ever-beta==0.2.3

timm 安装 pip install timm

simplecv 安装 pip install --upgrade git+https://github.com/Z-Zheng/SimpleCV.git

markdown 中引用文件

以引用同一个文件中的二级标题为例:[取的名字](##二级标题)

如何引用不同文件的标题呢?:[取得名字](/CodeNotes/Python%E7%B3%BB%E5%88%97/Flask%E5%B1%80%E5%9F%9F%E7%BD%91.html##HelloWorld)

取得名字