style_transfer icon indicating copy to clipboard operation
style_transfer copied to clipboard

How to use it?

Open pavlyutkin opened this issue 5 years ago • 4 comments

I wanna use it for generating images with styles

pavlyutkin avatar Jul 26 '19 16:07 pavlyutkin

Deep respect for your work! And also interested in how to run this....

google collab? requirements.txt? wich python version, etc..

I'm using this for non-commeercial ends

quintendewilde avatar Jul 12 '20 13:07 quintendewilde

I agree a requirements.txt or environment.yml file is needed. I'm running into some tensorflow errors about using the += operator. I was able to get past them by replacing them with .assign_add(). I then got an error about tf.gradient not being supported with eager execution, to use tf.GradientTape instead. The GradientTape way didn't work, so I disabled eager execution, only to run into a runtime error about attempting to capture an EagerTensor without building a function...

clamytoe avatar Jul 21 '21 23:07 clamytoe

Start now

Tanapl02 avatar Nov 13 '21 13:11 Tanapl02

I agree a requirements.txt or environment.yml file is needed. I'm running into some tensorflow errors about using the += operator. I was able to get past them by replacing them with .assign_add(). I then got an error about tf.gradient not being supported with eager execution, to use tf.GradientTape instead. The GradientTape way didn't work, so I disabled eager execution, only to run into a runtime error about attempting to capture an EagerTensor without building a function...

Have this same issue. Haven't figured out how to get past it so far. If I do I will report here.

Salphoris55 avatar Dec 12 '22 15:12 Salphoris55