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

File style_transfer3.py

cnn_class2/style_transfer3.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
3
4from __future__ import print_function, division

Callers

nothing calls this directly

Calls 7

VGG16_AvgPoolFunction · 0.90
style_lossFunction · 0.90
minimizeFunction · 0.90
scale_imgFunction · 0.90
load_img_and_preprocessFunction · 0.85
ModelClass · 0.50
predictMethod · 0.45

Tested by

no test coverage detected