tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Doubt in the code of autoencoder.py file

Open Sankar321 opened this issue 7 years ago • 2 comments

Hi Morvan,

Very humbly requesting you to correct my doubt. In the decoding section of your code, you didn't take the transpose of previous weight matrices. Why you did so?

Sankar321 avatar Apr 24 '18 10:04 Sankar321

This file: tutorials/tensorflowTUT/tf21_autoencoder/full_code.py

Sankar321 avatar Apr 24 '18 10:04 Sankar321

I took transpose of the first two weight matrices to be used in the decoding section.But not getting good results when compared to the result produced by your code( code without transpose of weight matrices)

Sankar321 avatar Apr 24 '18 10:04 Sankar321