DmitryUlyanov / texture_nets

Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.
Apache License 2.0
1.22k stars 218 forks source link

Only plain blank color images rendering #88

Open dotKokott opened 6 years ago

dotKokott commented 6 years ago

I have tried this now on many different configurations and different batch sizes and models. I am not managing to get any stylized images but plain color outputs (mostly black, sometimes green).

The loss seems to be going up most of the time as well in training time. Any clue what could be wrong?

Is there a "frozen" configuration somewhere that I can access with torch + rocks instances that worked at the time?

Thanks!

dotKokott commented 6 years ago

Update: Found this repo https://github.com/martinbenson/deep-photo-styletransfer that has a docker image that includes a Torch configuration that works.