chainer-stylegan
chainer-stylegan copied to clipboard
Is it possible to output image samples by only using CPU?
In sampling.py, if you set --gpu -1
, the model will be loaded to CPU.
Are pretrained weights available for the model as well?
Uploaded to https://drive.google.com/open?id=1Yde3i7knsJ3JK9nZ_oHngvweQODFVLD6
Run python sampling.py --m_style SmoothedGenerator_405000.npz --m_mapping SmoothedMapping_405000.npz --gpu -1
to sample images