How to convert "dlnetwork" / "layerGraph" networks into "model function" type networks?

12 ビュー (過去 30 日間)
cui,xingxing
cui,xingxing 2020 年 11 月 21 日
編集済み: cui,xingxing 2020 年 11 月 21 日
When I was training a custom convolutional Neural Network , the "dlnetwork" and "layerGraph" type networks had operators that I did not support, so I wanted to convert it to a "Model Function" type network. I didn't want to change the weights and biases of each layer. The data is extracted one by one (because each layer of convolution has weights and biases, manually extract them and redefine a "model function", so the manual operation is very heavy and error-prone). How to operate effectively?
Or is it best to mix "dlnetwork Object" and "Model Function" together?
---------------------------------------------------------------------------
example
But I didn’t find a mix of various types of network operations.

回答 (0 件)

カテゴリ

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

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by