-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to convert python model (pth) to ncnn (bin & param) model #59
Comments
i use chainner to convert pytorch .pth model to ncnn model |
Thanks for the HowTo with Chainer but no chainner version is running, i think my system is to old. |
I tried the above a while ago and chainner was producing corrupted ncnn output that neither the newer version of torch the system python had installed, or the old ncnn executables, or anything else could open. Chainner ends up being a gigantic install that you don't need if you have torch installed literally anywhere else, I have scripts written for the rare upscaling I need already, and I have way too many python installs thanks to every open and closed source program on the planet installing its own full python copy. I've always used this: |
Hello NeedsMoar, I just can't cope with Linux, my system doesn't support 11, 10 would work as a snail but that doesn't make sense any more and I just don't like it for reasons. A new computer is a big investment, especially if you also want to switch to CUDA, and it doesn't match my philosophy either. |
example model: https://github.com/xinntao/Real-ESRGAN/blob/master/docs/model_zoo.md
The text was updated successfully, but these errors were encountered: