The matlab function "taylorPrunableNetwork " is not working.
1 回表示 (過去 30 日間)
古いコメントを表示
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.
回答 (1 件)
Kirthi
2023 年 1 月 10 日
Hello Arindam,
As suggested by @Katja Mogalle, please install the support package "Deep Learning Toolbox Model Quantization Library".
Regards,
Kirthi
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!