CNN-Series-Getting-Started-and-PyTorch-Implementation icon indicating copy to clipboard operation
CNN-Series-Getting-Started-and-PyTorch-Implementation copied to clipboard

我的笔记和Demo,包含分类,检测、分割、知识蒸馏。

CNN-Series-Getting-Started-and-PyTorch-Implementation

CNN发展历史

本项目目的是使用PyTorch实现从2012年LeNet到2016年的DenseNet卷积神经网络。

Image Classification

Detection

  • SSD

  • 总结

实现方法可能与原始论文有出入,如有错误欢迎指正!