-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
报错:param is too old, please regenerate #428
Comments
generally, it is hard to convert tensorflow model to others. you'd better try caffe pytorch or mxnet ... |
I came across the same issue when loading files generated by The |
@suzaku How did you load your model data to your code? |
As documented in the wiki: ncnn::Net net;
net.load_param("alexnet.param");
net.load_model("alexnet.bin"); With the parameters replaced with my own files. |
@suzaku |
tensorflow2ncnn转出的模型,运行时遇到这个问题,希望有大神解答
The text was updated successfully, but these errors were encountered: