Python 3 Upgrade Troubleshooting (Aug 2017 edition :))

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