Max
Max
So which Java versions are supported? Can we at least mention that in the Readme? I'd hate to download and install one after the other until I hit one that's...
Alternatively, it would be amazing if you could share the `selfie2anime` dataset.
FYI, I'm using a quickly-assembled, crappy dataset and a relatively slow cloud GPU machine. Also, I reduced the resolution to 100x100 pixels (256 just takes too long for me). The...
@tafseerahmed the size and format of the images shouldn't matter. They get resized anyway AFAIK. The error you're getting is `OOM` - out of memory. I believe you don't have...
The light version significantly reduces the capacity of the model. I haven't trained for long but I don't think it's worth trying. With that hardware, you really should not have...
Yeah, batch size of 1 is necessary for cycle GANs. Another thing I've learned: You can increase the speed of your training quite significantly by already providing the right image...
Wow, I got the same issue in Opera, while it works fine in Chrome. Did anyone find a workaround for this?
Thanks for reporting this issue. While both `tf.keras` and `keras` exist at the moment, I expect `tf.keras` to be the future default choice. Let me see if I can make...
I haven't fixed it yet, but I think I got it working now. Will push in a bit and ping you then.
Ok it should work now. I hope I didn't break anything. Can you try `pip install -U keras_gradient_noise` and then rerunning your code?