StyleGAN-Keras
StyleGAN-Keras copied to clipboard
StyleGAN made with Keras
hi, I have the problem when I run stylegan.py ``` Traceback (most recent call last): File "stylegan.py", line 505, in model.load(219) File "stylegan.py", line 491, in load self.GAN.G = self.loadModel("gen",...
Thank you for open sourcing, however i tried to convert the implementation to be conditional stylegan and i found difficulties to trace the code, can you help ? Thanks
Hi Matthew. How to save models and continue training them correctly? Need to save both models and then load their weights, or just need to save the generator weights and...
Hi, I tried setting the project up in google colab, but I'm getting the error as mentioned. Are any of you getting the same error on a local machine? ```...
causes ` TypeError: gradient_penalty_loss() got an unexpected keyword argument 'sample_weight' ` the solution is: `pip install 'keras==2.2.5' `
when I run the mixed-stylegan got the error ``` Traceback (most recent call last): File "mixed-stylegan.py", line 764, in model.train() File "mixed-stylegan.py", line 513, in train a = self.train_dis() File...
I am not too knowledgeable when it comes to licensing, but is this repository a complete standalone implementation of StyleGAN (which holds an NC license) and that is why it...
How to run on multiple-gpus?
We found that g and b in G_block are the features that I need to change. G and b in your network are generated by Dense(). Is there a way...
Hi, I tried your code on a Mac using Python3 and Plaidml as backend, but get the following error: (plaidml_stylegan6) Users-iMac:StyleGAN-Keras user$ python stylegan.py Using plaidml.keras.backend backend. INFO:plaidml:Opening device "metal_amd_radeon_pro_580.0"...