MCPcopy Index your code
hub / github.com/MorvanZhou/Tensorflow-Tutorial / eval

Function eval

tutorial-contents/407_transfer_learning.py:185–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184
185def eval():
186 vgg = Vgg16(vgg16_npy_path='./for_transfer_learning/vgg16.npy',
187 restore_from='./for_transfer_learning/model/transfer_learn')
188 vgg.predict(
189 ['./for_transfer_learning/data/kittycat/000129037.jpg', './for_transfer_learning/data/tiger/391412.jpg'])
190
191
192if __name__ == '__main__':

Callers 1

Calls 2

predictMethod · 0.95
Vgg16Class · 0.85

Tested by

no test coverage detected