The matlab function "taylorPrunableNetwork " is not working.
显示 更早的评论
The matlab function "taylorPrunableNetwork " is not working. Also, the function is showing error in live editor.
3 个评论
Katja Mogalle
2023-1-5
As a first step, please make sure that you are using MATLAB version R2022a or newer and that you also install the support package "Deep Learning Toolbox Model Quantization Library".
Then, check that your network is of type dlnetwork and that it contains layers of type convolution2dLayer.
If you are still getting errors, please post them here, including some information about the network that you are pruning.
Arindam Mitra
2023-1-13
回答(1 个)
Kirthi
2023-1-10
1 个投票
Hello Arindam,
As suggested by @Katja Mogalle, please install the support package "Deep Learning Toolbox Model Quantization Library".
Regards,
Kirthi
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!