Transfer Learning Alexnet .how i save my train network after training on image datasets using Alexnet??

i train a network using alexnet Transfering learning on two different images datasets .
Now i want to save this train network because i applay on different images to compare results .
how can it possible ?

1 Comment

You can find it in the workspace. Train two different times with two different names.
Es:
1 - net1 = trainNetwork(...........) with the first dataset
2 - net2 = trainNetwork(..........) with the second dataset

Sign in to comment.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2017b

Asked:

on 5 Feb 2019

Commented:

on 20 Oct 2020

Community Treasure Hunt

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

Start Hunting!