Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drryanhuang/vggnet

paddlepaddle/tensorflow/pytorch实现VGGNet
https://github.com/drryanhuang/vggnet

Last synced: about 23 hours ago
JSON representation

paddlepaddle/tensorflow/pytorch实现VGGNet

Awesome Lists containing this project

README

        

## 环境
```
python 3.6
paddle 1.7
```

## VGGNet实现

经典VGG16网络如下图所示:

![VGGNet_structure](./readme_src/VGGNet_structure.jpg)

论文在`./1409.1556.pdf`中

论文地址:[https://arxiv.org/pdf/1409.1556.pdf](https://arxiv.org/pdf/1409.1556.pdf)

笔者目前已经用`paddle`实现`VGG16`, 可直接调用,也写了文档
使用`help(VGG)`即可查看

在目录`./paddle/model.py`中

----------

欢迎Fork, 欢迎直接联系我一起做这个项目