Convolution outside training network
2 ビュー (過去 30 日間)
古いコメントを表示
simone cammarasana
2020 年 12 月 9 日
回答済み: Srivardhan Gadila
2020 年 12 月 15 日
Hello,
I was wondering how I can apply the convolution 2D operation, as performed in learning networks, without the training phase.
I just would like to replicate the convolution operation.
For example, if I want to map an m x n x u tensor into a m x n x v tensor, how can I perform such operation?
I guess I could apply the convn operator, but I do not know how to properly use it.
Thanks
Simone
0 件のコメント
採用された回答
Srivardhan Gadila
2020 年 12 月 15 日
You can use the dlconv operator. Refer to its documentation for more information. For other Deep Learning Operators refer to Deep Learning Operations.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!