- Create the SegNet layers
- Train the network
- Save the trained network
- Load the saved network in another file
- Reconstruct the layer graph from the loaded network
- Incrementally train the network
- This link will give you information about “segnetLayers” function, https://www.mathworks.com/help/vision/ref/segnetlayers.html
- This link describes about “layerGraph” that will help in building lost connections, https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layergraph.html