Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drryanhuang/vggnet
- Owner: DrRyanHuang
- License: gpl-3.0
- Created: 2020-04-10T14:45:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T08:46:14.000Z (over 4 years ago)
- Last Synced: 2024-11-26T11:01:57.725Z (2 months ago)
- Language: Python
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, 欢迎直接联系我一起做这个项目