-
Notifications
You must be signed in to change notification settings - Fork 0
Home
kumar saharsh edited this page Feb 23, 2020
·
1 revision
Welcome to the Neural-Style-Transfer wiki!
Problems I faced :
-
The first thing was to write a custom loss function and minimize it. WE can't do this in Keras so options were to write in TensorFlow or fmin_l_bfgs_b in scipy. as I'm not very used coding in tensorflow i went with scipy.
-
The generated image is very noisy and needs some other loss function to reduce the noise
-
It's taking a lot of time and not scalable.