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

File tf_resnet.py

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

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/advanced-computer-vision
2# https://www.udemy.com/advanced-computer-vision
3from __future__ import print_function, division
4from builtins import range, input

Callers

nothing calls this directly

Calls 7

TFResNetClass · 0.85
ModelClass · 0.50
predictMethod · 0.45
get_paramsMethod · 0.45
set_sessionMethod · 0.45
runMethod · 0.45
copyFromKerasLayersMethod · 0.45

Tested by

no test coverage detected