Is "fusing batch normalization and convolution in runtime" supported in deep learning?

2 ビュー (過去 30 日間)
cui,xingxing
cui,xingxing 2021 年 8 月 4 日
回答済み: Shreshth 2024 年 12 月 12 日
Currently pytorch deep learning framework is supported, is matlab supported in the future?

採用された回答

Shreshth
Shreshth 2024 年 12 月 12 日
Hello,
Currently, MATLAB’s Deep Learning Toolbox does not support fusing batch normalization and convolution layers at runtime directly. This technique is typically used as an inference-time optimization to improve runtime performance by merging the batch normalization parameters into the convolutional layer’s weights and biases1.
However, MATLAB does support batch normalization layers, which can be used between convolutional layers and activation functions to speed up training and improve network performance.
Please refer this link regarding batch normalization layer for more information.
I hope this helps!

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by