/vgg19-tensorflow

Python file for loading VGG19 Model in tensorflow

Primary LanguageJupyter Notebook

vgg19-tensorflow

Python file for loading VGG19 Model in tensorflow

ABOUT :

VGG19 Model Implementation in vgg19.py file. Function in file returns Graph Model which has Constant Pretrained Weights. You can Further add FC layers & softmax on it.

Jupyter Notebook

It consists of how to understand the .mat file & how one could make of our own to port model.

References

Feel free to raise issues & contributions are highly appreciated.