Effacer les filtres
Effacer les filtres

How do I load the raw deep learning network?

2 vues (au cours des 30 derniers jours)
neal paze
neal paze le 11 Déc 2021
Modifié(e) : yanqi liu le 13 Déc 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.

Réponse acceptée

yanqi liu
yanqi liu le 13 Déc 2021
Modifié(e) : yanqi liu le 13 Déc 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'}

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by