Created
January 30, 2021 23:29
-
-
Save ogyalcin/90dbdd858cfdcedf1fbe0d6ab9f2512e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tensorflow as tf | |
| content_path = tf.keras.utils.get_file('photo-1563306406-e66174fa3787', | |
| 'https://images.unsplash.com/photo-1563306406-e66174fa3787') | |
| style_path = tf.keras.utils.get_file('Andy-Warhol--Marilyn-Monroe-Hot-Pink-1967-Andy-Warhol-Poster.jpg', | |
| 'https://product-image.juniqe-production.juniqe.com/media/catalog/product/seo-cache/x800/7/7/776-8-101P-13x18-1/Andy-Warhol--Marilyn-Monroe-Hot-Pink-1967-Andy-Warhol-Poster.jpg') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment