Přenos stylu pomocí VGG19 a TensorFlow

import tensorflow as tf import matplotlib.pyplot as plt import numpy as np from tensorflow.keras.applications.vgg19 import preprocess_input from tensorflow.keras.models import Model