How to test transfer learning outcomes on a different dataset in Deep Learning Pretrained Networks
Afficher commentaires plus anciens
Hi,
So I have used the Deep Learning Toolbox on MATLAB to transfer learn the GoogLeNet network onto a database of my choice. I have got the network working well, as shown by the training process shown below:

I used this MathWorks page for directions for the majority of this code: Train Deep Learning Network to Classify New Images - MATLAB & Simulink - MathWorks United Kingdom
This page includes a validation section of code at the bottom where it tests object recognition and the accuracy of the recognition. However, this does this in the same piece of code as the training of the network.
I am wondering if there is any other way to export the newly trained network so that when I need to test it for different kinds of images, I dont have to train the entire model every time.
Thanks for any help in advance.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!