Great video thank you - I was just trying to figure out conditioning with Stylegan3 and found it
@beratalps4 ай бұрын
how do you do it?
@arctic123456789101114 ай бұрын
@@beratalps use a newer model
@chdoenlen4 жыл бұрын
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?
@mbevinn4 жыл бұрын
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)
@nguyenanhnguyen76583 жыл бұрын
Hi all, is it possible to do the same this wonderful work with StarGANV2 ?
@Immrcy3 жыл бұрын
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.
@BCgfp4xe5hkrungM63 жыл бұрын
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.
@ProfessionalTycoons3 жыл бұрын
this is really dope
@vernellenoel29953 жыл бұрын
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?
@michaelrayvon3 жыл бұрын
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
@kiranprogamer4 жыл бұрын
Good job 👍👍
@kiranprogamer4 жыл бұрын
👌👌👌👌
@khalishu3 жыл бұрын
How do we get our pkl id? cant seem to find it.....
@michaelrayvon3 жыл бұрын
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"