January 2018
Intermediate to advanced
310 pages
7h 48m
English
Now we know how to reconstruct an image, as well as how to construct an image that captures the style of an original image. The obvious idea may be to just combine these two approaches by weighting and adding the two loss functions, as shown in the following code:
w,h = style.size
src = img_arr[:,:h,:w]Read now
Unlock full access