필터 지우기
필터 지우기

Arm Compute Library doesn't support NEDepthConcatenateLayer?

조회 수: 3 (최근 30일)
Seyed Mousavikia
Seyed Mousavikia 2021년 11월 4일
댓글: Korbinian Gast 2022년 11월 3일
Hi I have trained an Inception network with keras and imported the h5 file to matlab via Deep Learning Toolbox Converter for TensorFlow Models.. now that I want to use Matlab Support Package For Raspberry Pi Hardware to implement this network on my Raspberry Pi 3 Model B board the Matlab Coder gives me this error:
Error executing command "touch -c /home/pi/MATLAB_ws/R2021a/C/Users/dell/Desktop/Implementation/Pi/codegen/exe/drowiness_IntactInception_time_f0/*.*;make -f drowiness_IntactInception_time_f0_rtw.mk all MATLAB_WORKSPACE="/home/pi/MATLAB_ws/R2021a" -C /home/pi/MATLAB_ws/R2021a/C/Users/dell/Desktop/Implementation/Pi/codegen/exe/drowiness_IntactInception_time_f0". Details:
STDERR: In file included from /home/pi/MATLAB_ws/R2021a/C/Users/dell/Desktop/Implementation/Pi/codegen/exe/drowiness_IntactInception_time_f0/MWConcatenationLayer.cpp:4:
/home/pi/MATLAB_ws/R2021a/C/Users/dell/Desktop/Implementation/Pi/codegen/exe/drowiness_IntactInception_time_f0/MWConcatenationLayerImpl.hpp:44:34: error: ‘NEDepthConcatenateLayer’ is not a member of ‘arm_compute’
std::unique_ptr<arm_compute::NEDepthConcatenateLayer> m_depthConcatenateLayer;
Can anyone help how can I solve this problem?
  댓글 수: 1
Nathan Malimban
Nathan Malimban 2021년 12월 16일
This looks like a library version issue. What version of ARM compute does your raspberry pi have?

댓글을 달려면 로그인하십시오.

답변 (2개)

Meruzhan Hovhannisyan
Meruzhan Hovhannisyan 2022년 4월 8일
편집: Meruzhan Hovhannisyan 2022년 6월 6일
Good afternoon. I have the same problem. I use Matlab R 2022 a, Arm computer library version 20.02.1
Thanks

Korbinian Gast
Korbinian Gast 2022년 10월 12일
Same problem here. Matlab R2022 a, Arm computer library version 20.02.1
  댓글 수: 1
Korbinian Gast
Korbinian Gast 2022년 11월 3일
I added this in the makefile and now it works:
-DUSE_20_02_1_LIBRARY
This line prefents the compiler to use older implementations of the Library

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Embedded Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by