Error while using "Generate Code for Quantized LSTM Network and Deploy on Cortex-M Target" example.
1 次查看(过去 30 天)
显示 更早的评论
I want to learn this example and use this command to open it:
openExample('deeplearning_shared/CodeGenerationForQuantizedDeepLearningNetworkOnCortexMExample')
But there is no file named "activityRecognisationQuantObj.mat".So I want to creat it myself using the code in text.But when I run "dq.calibrate(data);" in command window,the error occur:
Error using dlquantizer/calibrate
Unable to perform assignment because the size of the left side is 3-by-64480 and the size of the right side is 3-by-53696.
what should I do to fix the problem?
0 个评论
回答(1 个)
Brenda
2022-6-27
You can find the latest version of this example "Code Generation for Quantized Deep Learning Network on Cortex-M Target".
In this updated example, load('HumanActivityTrainFixedSeqLength.mat') uses a fixed length dataset for the calibration step.
The quantized object activityRecognisationQuantObj.mat is later saved from dlquantizer workflow after calibration is completed.
Please let us know if you still encounter the issue running the latest version. Thanks!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!