Deep Learning, Image Processing, Custom Loop
16 次查看(过去 30 天)
显示 更早的评论
Hi
Does anyone know how to use the trained network through custom loop (that is in the form of 'dlnetwork') with predefined matlab functions such as 'semanticseg' ? As of now functions as semanticseg requires the network to be either 'seriesnetwork' or 'DAGNetwork'. Therefore, any clue how to change the format of the trained network to DAGNetwork format?
Thanks
0 个评论
回答(1 个)
Jack Xiao
2021-2-23
for custom loop, please see the demo for training gan.
for change network to be dagnetwork, please use layerGraph.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!