chainer-stylegan icon indicating copy to clipboard operation
chainer-stylegan copied to clipboard

Is it possible to output image samples by only using CPU?

Open navneedh opened this issue 5 years ago • 3 comments

navneedh avatar Mar 13 '19 05:03 navneedh

In sampling.py, if you set --gpu -1, the model will be loaded to CPU.

Aixile avatar Mar 13 '19 09:03 Aixile

Are pretrained weights available for the model as well?

navneedh avatar Mar 15 '19 01:03 navneedh

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

Aixile avatar Mar 15 '19 02:03 Aixile