SciSharp / SciSharp-Stack-Examples

Practical examples written in SciSharp's machine learning libraries
http://scisharpstack.org
Apache License 2.0
313 stars 100 forks source link

Can I use pre-trained models in the repo? #66

Open zydjohnHotmail opened 2 years ago

zydjohnHotmail commented 2 years ago

Hello: I want to know if I can use the repo to convert some pre-trained models to the models which can be used by the repo? For example, Nvidia StyleGAN3, they have a number of pre-trained model in .PKL format. Can I use their pre-trained model (.pkl format) in the repo to make image prediction? https://github.com/NVlabs/stylegan3 If yes, please give some general instructions on how to start. By the way, I am using Visual Studio 2022 in Windows 10 (version 21H2). Thanks,