If you are getting yellow images in lesson 8, replace your loss function for content with the following:
loss = K.mean(metrics.mse(layer, targ))
2 Likes
If you are getting yellow images in lesson 8, replace your loss function for content with the following:
loss = K.mean(metrics.mse(layer, targ))