mil-tokyo / webdnn

The Fastest DNN Running Framework on Web Browser
https://mil-tokyo.github.io/webdnn
Other
1.97k stars 146 forks source link

obtain python framework model from webdnn #917

Closed racinmat closed 5 years ago

racinmat commented 5 years ago

Hello, if I have already compiled network in webdnn, is it possible to revert the process and obtain back keras, pytorch, or tensorflow model?

milhidaka commented 5 years ago

There are non-invertible operations in compiling such as fusing multiple layers into one operation. Thus, it is impossible to revert the process.