chaiNNer-org / chaiNNer

A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.
https://chaiNNer.app
GNU General Public License v3.0
4.25k stars 267 forks source link

Converting ncnn and onnx model to a PyTorch model #2942

Closed wolfkingal2000 closed 3 weeks ago

wolfkingal2000 commented 3 weeks ago

add Converting ncnn and onnx model to a PyTorch model

joeyballentine commented 3 weeks ago

Not possible

joeyballentine commented 3 weeks ago

Sorry, I feel like I owe you an explanation. NCNN and ONNX work in a fundamentally different way to pytorch, and as a result only one-way conversion is possible.