You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the following line of code in stylenet_core.py is causing an exception when using a large height value filters = tf.constant(filters_out, tf.float32)
Is there any fix for this? I looked around on google for a bit and found something about using feed_dict but how to do this was not very clear to me.
The text was updated successfully, but these errors were encountered:
Looks like the following line of code in stylenet_core.py is causing an exception when using a large height value
filters = tf.constant(filters_out, tf.float32)
Is there any fix for this? I looked around on google for a bit and found something about using
feed_dict
but how to do this was not very clear to me.The text was updated successfully, but these errors were encountered: