简体   繁体   中英

Reconstructing a classified image from a simple Convolution Neural Network

I have a CNN trained on a classification task (Network is simple, 2 convolution + pooling layers and 2x fully connected layers). I would like to use this to reconstruct an image if I input a classification label.

Is this possible to achieve?

Is it possible to share weights between corresponding layers in the 2 networks?

您应该看一下cGAN的实现,以及为什么不从Google获得DeepDream;)答案是yes it is possible ,但并非一帆风顺

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM