MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / siamese.py

File siamese.py

cnn_class2/siamese.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/advanced-computer-vision
2from __future__ import print_function, division
3from builtins import range, input
4# Note: you may need to update your version of future

Callers

nothing calls this directly

Calls 9

load_imgFunction · 0.85
FlattenClass · 0.85
train_generatorFunction · 0.85
get_train_accuracyFunction · 0.85
get_test_accuracyFunction · 0.85
getMethod · 0.80
test_generatorFunction · 0.70
ModelClass · 0.50
fitMethod · 0.45

Tested by

no test coverage detected