stylegan2-pytorch icon indicating copy to clipboard operation
stylegan2-pytorch copied to clipboard

How do import the model into python on its own?

Open icyjayd opened this issue 3 years ago • 0 comments

I can run the model on command line and generate images, but I want to do more with it. Let's say I wanted to add tasks to the model for multi-task learning or to use the knowledge learned by a pretrained model at a certain layer as input into a different model. How would I load it, say, into a jupyter notebook?

icyjayd avatar Apr 28 '21 18:04 icyjayd