Skip to content
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

目前的ncnn模型验证部分该如何做呢? #660

Closed
liaocz opened this issue Nov 19, 2018 · 5 comments
Closed

目前的ncnn模型验证部分该如何做呢? #660

liaocz opened this issue Nov 19, 2018 · 5 comments

Comments

@liaocz
Copy link

liaocz commented Nov 19, 2018

No description provided.

@liaocz
Copy link
Author

liaocz commented Nov 19, 2018

是否可以编译成x86平台的代码进行模型验证?

@liaocz
Copy link
Author

liaocz commented Nov 19, 2018

caffe2ncnn后如何验证模型的正确性?

@nihui
Copy link
Member

nihui commented Nov 19, 2018

pc 上,extract blob 后自己打印出来,然后再把 caffe 对应的 blob 打印出来比较

@liaocz
Copy link
Author

liaocz commented Dec 7, 2018

for(size_t i = 0; i < out.cstep; i++)
std::cout << out[i] << std::endl;
这样输出最后的结果吗?

@nihui
Copy link
Member

nihui commented Dec 10, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants