Phil Wang

Results 1529 comments of Phil Wang

It's just https://github.com/lucidrains/stylegan2-pytorch#coding

@zjfan7 Hi ZJ! So the reason is probably because path length regularization turns on a while after starting training, and can be quite memory-intensive If you are stretched for resources,...

Hi Marcello! Can you check to make sure you aren't running out of memory?

@MarcelloPajntar97 Try setting your batch size lower and your gradient-accumulate-every higher

@MarcelloPajntar97 most people don't have the resources to train 512x512 and beyond, but you can try https://github.com/lucidrains/lightweight-gan to trade off quality for less resources!

Yea, most people can't afford 512 or 1024, but as graphics card get more powerful, I'm sure those will be 'unlocked' in due time

@PieraRiccio Hey Piera! I haven't implemented the conditional part yet I would have to think about how this could work as a CLI before moving forward. Perhaps I could ask...

Sure, that works! How do you have your files -> label organized at the moment?

@PieraRiccio oh that may work! let me think about it before executing on the code

@PieraRiccio so I looked over the official code, and it seems like labels are consumed by the generator and discriminator in the following way in both G and D, the...