Hey guys, I’m having the following error:
All the previous steps were correct and passed by the grader. And the code is only using the functions that I wrote before (except vgg_model_outputs, which was given)
vgg_model_outputs(generated_image)
compute_style_cost(a_S, a_G)
compute_content_cost(a_C, a_G)
total_cost( J_content,J_style)
Any thoughts?