How do I load the raw deep learning network?

If I type "net = googlenet;" or " sqz = squeezenet; ",these networks are been pretrained.I want to know how can I load the raw deep learning network which is not pretrained.

 채택된 답변

yanqi liu
yanqi liu 2021년 12월 13일
편집: yanqi liu 2021년 12월 13일
yes,sir,may be use
'Weights','none'
parameter
net = googlenet('Weights','none')
net =
LayerGraph with properties: Layers: [144×1 nnet.cnn.layer.Layer] Connections: [170×2 table] InputNames: {'data'} OutputNames: {'output'}

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2021년 12월 11일

편집:

2021년 12월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by