spot92

Results 11 issues of spot92

Is anyone familiar with a way to style a transparent image? I've tried passing the .png content and doing a .png output, but the transparent background gets styled.

The code ran successfully on a file sized 234 MB, but the output was only sized 5.71 MB. Why? Edit: The data rate of the original is 40509 kbps and...

Did anyone ever figure out the parameters used for the pretrained models? Was the only weight changed the content weight to 1.5e1? The batch size might be problematic for me,...

I have been using https://github.com/hwalsuklee/tensorflow-fast-style-transfer to do some hobby style transfering. There, I train the models and come up with a .ckpt file that gets used; I am unable to...

I get the following error, but only when using specific image combinations. I can use the content with other styles or style with other content. Very confusing. Traceback (most recent...

How large of an image can people make using the L-BFGS optimizer? And how much VRAM are you working with? I max out somewhere around 1664 when using -cudnn_autotune on...

Metric f1 is not allowed in ML task: binary_classification. Use 'logloss'

I have been using this code to hobby style some images for awhile now and want to move into video styling. Is anyone aware of an easy fix to make...

I am able to run your code when I manually set num_workers = 1, but anytime I try to use parallel, I get the following: File "", line 1, in...

If anyone has a Windows version of this, that would be awesome. Otherwise, I will start on one.