When creating a post, please add:
- Week # must be added in the tags option of the post.
- Link to the classroom item you are referring to:
- Description (include relevant info but please do not post solution code or your entire notebook)
%2Fnotebooks%2FW4A2%2FArt_Generation_with_Neural_Style_Transfer.ipynb
The python kernel keeps dying when I run this Jupyter cell:
content_target = vgg_model_outputs(content_image) # Content encoder
style_targets = vgg_model_outputs(style_image) # Style encoder
Do I need to fix something?
Thanks!
EDIT: It’s working now