Why am I getting the incorrect test result for this section of the deep learning onramp?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Risposte (1)
Hornett
il 9 Set 2024
Hi Manish,
You need to delete the "loss3-classifier" layer and add a new fullyConnected layer from Convolution and Fully Connected section of Layer Library. The input of the new layer should be connected to the output of dropoutLayer and its output should be connected to input of softmaxLayer.
Hope it helps!
0 Commenti
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
