Natsu6767 / VGG16-Tensorflow

A Tensorflow implementation of VGG16.

Home Page:https://mohitjain.me/2018/06/07/vggnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of VGG16

Beside the comments in the code itself, I also wrote an article which you can find here with further explanations on VGGNet.

Content

  • vgg16.py: Class with the graph definition of the VGG16.
  • VGG16 Train.ipynb: Notebook to train and test the implementation of VGG16.

If you are having trouble viewing the notebook file, click here.

About

A Tensorflow implementation of VGG16.

https://mohitjain.me/2018/06/07/vggnet/


Languages

Language:Jupyter Notebook 85.0%Language:Python 15.0%