Closed asmarcz closed 4 years ago
Hi there! You are probably not doing anything wrong... it's just the algorithm is quite slow.
Since you are using a GPU model that the code wasn't prepared for, it's using some pretty conservative tiling parameters. So probably your image is being split into many small tiles, and the style transfer algorithm is being run over each one of those tiles.
I would recommend trying again with a smaller image and see if everything works out. If it does, then you know the algorithm is working fine, you will just need to wait longer for the larger image.
It indeed was just slow. :) It may have occurred to me that processing two 4K images is not going to perform well. (: Thank you.
Hello, I have run the following command:
But I noticed that even after an hour, I just keep getting the same snippet below again and again. What am I doing wrong? Thanks.