ShayanPersonal/stacked-autoencoder-pytorch

the question about the size of input data

Opened this issue · 1 comments

@ShayanPersonal Hello, I am trying to use this stacked-autoencoder code to classify my own data. However, I just occurred this problem. Could I ask what's the size of your input training data? my training data was the matrix with 1280*320, and the labeled data was the matrix with (1280,1). That means a lot to me if you could share this information with me.

screenshot from 2018-10-17 20-50-59
Thanks for your help in advance.
Best regards
Irving

@ShayanPersonal sorry for bothering you again. Could u help me out if you are available? the Stacked autoencoder that was build in your model just like this:
screenshot from 2018-10-24 16-47-14
How come the dimension of kernal-size and stride was changing to the (2,2) when the input was kernel-size=2 and the same with stride?
Thanks for your help in advance.
Best regards
Irving