ZhangGe6 / onnx-modifier

A tool to modify ONNX models in a visualization fashion, based on Netron and Flask.
MIT License
1.29k stars 158 forks source link

Script failed to load - Windows #42

Closed andreadaou closed 1 year ago

andreadaou commented 1 year ago

Hello @ZhangGe6 ,

I appreciate your amazing and helpful work.

I am having an issue when opening the model in windows app. I am getting the following error when trying to open a basic mobilenetv2-7.onnx:

The script 'http://... /static/onnx.js' failed to load.

Thank you in advance for your help !

ZhangGe6 commented 1 year ago

Hi, thanks for your attention on onnx-modifier!

What you encountered is a parameter configuration problem. I have adjusted the relevant parameters and updated the Windows exe file. You can download the newer exe file from [here]() (the same as the one in the readme) and have a try.

If the problem still exists, feel free for more discussions. You can also use the command line launching method, which is generally more robust than the exe launching one.

andreadaou commented 1 year ago

Thank you! It's working now!