How do I load the raw deep learning network?

2 Ansichten (letzte 30 Tage)
neal paze
neal paze am 11 Dez. 2021
Bearbeitet: yanqi liu am 13 Dez. 2021
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.

Akzeptierte Antwort

yanqi liu
yanqi liu am 13 Dez. 2021
Bearbeitet: yanqi liu am 13 Dez. 2021
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'}

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by