eelxpeng / CollaborativeVAE

MIT License
75 stars 34 forks source link

Code for StackedAutoEncoder is missing #7

Closed rootAvish closed 6 years ago

rootAvish commented 6 years ago

Hi, thanks for publishing the code along with your paper. Just wanted to point out that the code for the "StackedAutoEncoder" called here: https://github.com/eelxpeng/CollaborativeVAE/blob/master/citeulike-t/test_dae.py#L27 is missing in the lib.

I'm sorry if I missed it while reading your paper, you pretrained using DAE in the case of citeulike-t instead of standard variational autoencoders as in case of citeulike-a?

eelxpeng commented 6 years ago

@rootAvish Yes, you're right. I renamed some files when I released the code. Now it is fixed.

rootAvish commented 6 years ago

Cool, thanks for the clarification 🙂