Robert Goacher

Results 12 comments of Robert Goacher

I've asked this many times in this repository and I even emailed Serverless about it...and got zero replies.

@eahefnawy Could we get a definitive answer please?

Is this change going to be implemented?

This method could be a solution: https://github.com/LouieYang/stroke-controllable-fast-style-transfer

I can confirm that cloning the repo first eliminates this error. Originally I had just put the files from the repo into the working directory manually and I too got...

I've noticed this issue too. In my case it was when I was using Safari and used the inbuilt file-browser to go to my photo library and selected a HEIC...

If you’re already in the directory you can just enter the filename. This should work: `python evaluate.py --checkpoint wave.ckpt --in-path dog.jpg --out-path new_dog.jpg`

@ProGamerGov In neural-style-pt/examples/scripts/starry_stanford_bigger.sh you aren't using the multiple GPU setting for the lower-resolution images. Is that because there is no benefit (in speed or memory) from splitting the layers over...

@ProGamerGov Thank you so much for your reply; I really appreciate it. I _think_ I understand this now...but please correct me if I'm wrong. So you need to use the...

I've discovered that you can point **evaluate.py** to a directory containing a **style.py** output (the four checkpoint files you mentioned) and the script will be able to use that to...