Changing CNN layer using Deep Network Designer

조회 수: 5 (최근 30일)
Teo
Teo 2021년 7월 15일
댓글: Teo 2021년 7월 15일
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일
[net,train_info] = trainNetwork(inputTrain,targetTrain,lgraph_1,options);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by