koraykv / unsup

Some unsupervised learning modules using Torch
86 stars 36 forks source link

Create a conv autoencoder which has more conv layers #37

Open kingofoz opened 8 years ago

kingofoz commented 8 years ago

The current one soumith wrote based on unsup package has only one conv layer for encoder and one conv layer for decoder. I tried to add more conv layers to it, but then it is very difficult to train. Can anybody write such a demo which has more conv layers?

kingofoz commented 8 years ago

By the way, I am using the conv-psd part of the demo soumith wrote.