Diego Porres
Diego Porres
Thank you! Multi-modal truncation code is a skeleton for now (gotta make it nicer so you can use your models), but it works like so: * `network_pkl` is the path...
It can be done, but have you also tried using that file in this repository directly (changing its name and just removing everything else)? If it doesn't run, what errors...
You're right, sadly, the conditional models haven't really been that well documented in the papers, they're more interested in the unconditional ones and their respective datasets. Tied to this, to...
No problem, let me know how the tests go then. I'll ask l4rz and others if they have done any tests setting the number of mapping layers for a conditional...
Thanks a lot for your detailed response @DEBIHOOD! Since you already have trained two networks with different mapping layers, is it possible for you to plot the spectral analysis (via...
For running with `device='cpu'`, do you use [`use_cpu(G)`](https://github.com/PDillis/stylegan3-fun/blob/97f7e67acb5f6421c6f895033d32cf0b04b26c91/torch_utils/gen_utils.py#L371) before generating the images? I have an example in [`generate.py`](https://github.com/PDillis/stylegan3-fun/blob/97f7e67acb5f6421c6f895033d32cf0b04b26c91/generate.py#L34), see if this helps! I would love to solve this problem myself...
Hey! Any updates on the behavior in Mac with the latest updates from Pytorch? Closing this issue for the time being, but am very interested in any additional results.
This is an interesting problem, but not too straight forward I'm afraid. What I think could be done is to start a new network, copy the weights at the resolution...
I have, it's on the long list of things TODO, so if anyone wants to help implement these, that'd be great. If not, I'll let you know when I have...
Sounds like a good idea actually. Will add the option `--freezeM` and `--freezeI` (so we freeze the input on both SGAN2 and SGAN3).