How do I load the raw deep learning network?

4 ビュー (過去 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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by