MCPcopy
hub / github.com/fchollet/deep-learning-models / vgg16.py

File vgg16.py

vgg16.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2'''VGG16 model for Keras.
3
4# Reference:

Callers

nothing calls this directly

Calls 3

preprocess_inputFunction · 0.90
decode_predictionsFunction · 0.90
VGG16Function · 0.85

Tested by

no test coverage detected