koraykv / unsup

Some unsupervised learning modules using Torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a conv autoencoder which has more conv layers

kingofoz opened this issue · comments

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?

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