Changing CNN layer using Deep Network Designer

Hi guys,
i just change my CNN layers using matlab Deep Network Designer. After exporting the network into workspace i notice that the new layer was names as lgraph_1. if i would like to retrain my model using lgraph_1, may i know how to set the network to use the new layer (lgraph_1) instead of old network layer (lgraph) as shown in the picture below.
Thank You.

 採用された回答

KSSV
KSSV 2021 年 7 月 15 日

1 投票

[net,train_info] = trainNetwork(inputTrain,targetTrain,lgraph_1,options);

1 件のコメント

Teo
Teo 2021 年 7 月 15 日
Great, Thanks for the help buddy. @KSSV

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with Deep Learning Toolbox についてさらに検索

製品

リリース

R2021a

質問済み:

Teo
2021 年 7 月 15 日

コメント済み:

Teo
2021 年 7 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by