You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have run the json2prototxt.py successfully, but when I run the mxnet2caffe.py, it occurs something wrong. The program exits when it meets the layer "mobilenet0_batchnorm0_running_mean". I don't know why it exits and what should I do to convert the mxnet model normally?
The text was updated successfully, but these errors were encountered:
I just realize that there are lines of code exit() in the running_mean and running_var, are they just accidentally put there or are they put there since these two layer still have error?
Hi, I have run the json2prototxt.py successfully, but when I run the mxnet2caffe.py, it occurs something wrong. The program exits when it meets the layer "mobilenet0_batchnorm0_running_mean". I don't know why it exits and what should I do to convert the mxnet model normally?
The text was updated successfully, but these errors were encountered: