style-based-gan-pytorch icon indicating copy to clipboard operation
style-based-gan-pytorch copied to clipboard

How to test the trained model

Open dphero opened this issue 6 years ago • 1 comments

Thank you for your work, I am a newcomer who wants to know about the work. I noticed that you only provide the command to train the model in the document. How can I test the model I got after the training is completed?

In addition, can you provide your system environment, such as the version of pytorch, etc.,thank you very much

dphero avatar Jun 21 '19 06:06 dphero

You can use generate.py to sample some images and style mixing.

This implementation will work with python >= 3.6 and pytorch >= 1.0.

rosinality avatar Jun 21 '19 07:06 rosinality