필터 지우기
필터 지우기

How do I load the raw deep learning network?

조회 수: 2 (최근 30일)
neal paze
neal paze 2021년 12월 11일
편집: yanqi liu 2021년 12월 13일
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개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by