it's here - colab.research.google.com/github/dvschultz/stylegan2-training/blob/main/SG2_ADA_Generate.ipynb (and for training github.com/dvschultz/stylegan2-training/blob/main/Stylegan2_ada_Custom_Training.ipynb)
Whenever I try to generate my images, it doesn’t generate them based upon my own pkl file, instead it does for the FreaGan file that comes with the notebook. I’ve replaced my google id and pkl file and still does it. Any info on this would help.
I tried playing around with classes but I'm getting this error: ValueError: Cannot feed value of shape (512, 512) for Tensor 'G_mapping/Dense0/weight/new_value:0', which has shape '(1024, 512)' Any idea what it might be about? Thank you for this course by the way though! So helpful.
Thank you again. When I run "!python generate.py --help", I am getting this error - "python3: can't open file 'generate.py': [Errno 2] No such file or directory." Do you know what this might be about?
Maybe you forgot to change directories into the stylegan repo. two lines before theres a cell which reads: %cd stylegan2-ada. that gets you into the right directory to run the remaining code cells
This is so wonderful - thank you so much for sharing! Do you have a link to the colab notebook used in this video available somewhere?
it's here - colab.research.google.com/github/dvschultz/stylegan2-training/blob/main/SG2_ADA_Generate.ipynb (and for training github.com/dvschultz/stylegan2-training/blob/main/Stylegan2_ada_Custom_Training.ipynb)
Great video thank you - I was just trying to figure out conditioning with Stylegan3 and found it
how do you do it?
@@beratalps use a newer model
Hi all, is it possible to do the same this wonderful work with StarGANV2 ?
this is really dope
Whenever I try to generate my images, it doesn’t generate them based upon my own pkl file, instead it does for the FreaGan file that comes with the notebook. I’ve replaced my google id and pkl file and still does it. Any info on this would help.
Good job 👍👍
I tried playing around with classes but I'm getting this error:
ValueError: Cannot feed value of shape (512, 512) for Tensor 'G_mapping/Dense0/weight/new_value:0', which has shape '(1024, 512)'
Any idea what it might be about? Thank you for this course by the way though! So helpful.
Thank you again. When I run "!python generate.py --help", I am getting this error - "python3: can't open file 'generate.py': [Errno 2] No such file or directory." Do you know what this might be about?
Maybe you forgot to change directories into the stylegan repo. two lines before theres a cell which reads: %cd stylegan2-ada. that gets you into the right directory to run the remaining code cells
👌👌👌👌
How do we get our pkl id? cant seem to find it.....
right-click your .pkl file in your google drive and click "get link". that should give you a URL with the id between "file/d/" and "/view"