How can I train encoder and decoder network as one network?

9 views (last 30 days)
I have an encoder network for images and also decoder network. The input of the encoder is an original image and output is encrypted image which is forward to the decoder network to output the original imge.
The original and encrypted images are fed to the network during training.
My question, How to train the encoder and decoder as a one newrok, then use each network for encoder and decoder purpose?

Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!