필터 지우기
필터 지우기

Code generation error (loadDeepL​earningNet​work)

조회 수: 3 (최근 30일)
Chanhyeok
Chanhyeok 2023년 7월 9일
편집: Sayan Saha 2023년 7월 11일
I saw the example and followed.
However, I would like to replace my newly created resnet50 neural network, not the pre-trained resnet50 neural network provided by Matlab. I actually made it, and it works well on the Matlb. However, when deploying to Raspberry Pi, loadDeeplelearningnetwork function keeps failing. What's the cause?
Does it matter if my gpu is AMD? Matlab coder is NVIDIA compatible..
this is my function
this is deploy function
errors
  댓글 수: 4
Ram Kokku
Ram Kokku 2023년 7월 11일
@Chanhyeok, The coders will use the second argument as the recommended name for the C++ class generated for the deep learning network. you can give a simple dummy character array, preferable a single word - for example, 'MyDLClass' or 'my_dummy_string'.
Chanhyeok
Chanhyeok 2023년 7월 11일
I'm sorry that it doesn't work..

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

채택된 답변

Sayan Saha
Sayan Saha 2023년 7월 11일
편집: Sayan Saha 2023년 7월 11일
Hello @Chanhyeok, are you trying to codegen in a folder that has non-ASCII characters in it's path? If so, can you change to a directory that has only ASCII characters in it's full-path and see if that resolves the issue. Note that codegen is not currently supported for non-ASCII characters https://www.mathworks.com/help/coder/ug/code-generation-for-characters.html.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with GPU Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by