This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 134
CPU机器上运行benchmark 提示 LRN has not been registered! #472
Comments
现在LRN没有X86实现,需要启用GPU |
能够请教一下有没有CPU能够跑的model,如下链接中的model 如何处理才能被convert? 谢谢! |
在使用如下配置转换时
依旧有错误:
我觉得可能是没有使用deploy.prototxt 导致的。 |
PrototxtPath需要指向一个deploy.prototxt文件。nin_imagenet的讨论里有人提供了链接. |
Thanks, problem solved! I'm really appreciate for your help! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
使用tools/X86_build.sh 编译anakin,然后依据下面的issue 提供的model 生成anakin model
#452
但是在运行benchmark 的时候出现如下错误,
WAN| 11:31:35.00989| 0.060s| main_thread| input.cpp:16] Parsing Input op parameter.
0| 11:31:35.00989| 0.060s| main_thread| input.cpp:19] |-- shape [0]: 2
0| 11:31:35.00989| 0.060s| main_thread| input.cpp:19] |-- shape [1]: 3
0| 11:31:35.00989| 0.060s| main_thread| input.cpp:19] |-- shape [2]: 224
0| 11:31:35.00989| 0.060s| main_thread| input.cpp:19] |-- shape [3]: 224
FTL| 11:31:35.00989| 0.060s| main_thread| factory.h:37] LRN has not been registered!
*** fatal error stack trace: **:
5 0x5bbb59 _start + 41
4 0x7fabafa2a830 __libc_start_main + 240
3 0x5876b3 main + 723
2 0x5c91c7 anakin::test::EngineTest::run_all(char const) + 1063
1 0x5be029 NetTest_net_execute_base_test::net_execute_base_test() + 1993
0 0x6574ec anakin::Net<anakin::saber::TargetType<(anakin::saber::TargetTypeEnum)4>, (anakin::saber::DataType)1, (anakin::Precision)0, (anakin::OpRunType)1>::Net(anakin::graph::Graph<anakin::saber::TargetType<(anakin::saber::TargetTypeEnum)4>, (anakin::saber::DataType)1, (anakin::Precision)0>&, bool) + 172
The text was updated successfully, but these errors were encountered: