Changing CNN layer using Deep Network Designer
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuesta aceptada
KSSV
el 15 de Jul. de 2021
[net,train_info] = trainNetwork(inputTrain,targetTrain,lgraph_1,options);
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!