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.

 Respuesta aceptada

yanqi liu
yanqi liu el 13 de Dic. de 2021
Editada: yanqi liu el 13 de Dic. de 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'}

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 11 de Dic. de 2021

Editada:

el 13 de Dic. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by