style-based-gan-pytorch
style-based-gan-pytorch copied to clipboard
How to test the trained model
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
You can use generate.py to sample some images and style mixing.
This implementation will work with python >= 3.6 and pytorch >= 1.0.