Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svhn semi-supervised learning vector dimensionality #2

Open
yatindandi opened this issue Dec 16, 2019 · 1 comment
Open

svhn semi-supervised learning vector dimensionality #2

yatindandi opened this issue Dec 16, 2019 · 1 comment

Comments

@yatindandi
Copy link

The original ALI paper mentions 'The last three hidden layers of the encoder as well as its output are concatenated to form a 8960-dimensional feature vector.' Concatenating the output and hidden layers as you did in 'test_semisup.py' leads to a vector with lower dimensionality. Is this simply a typo in the original paper?

@9310gaurav
Copy link
Owner

I had this concern when I implemented the paper. The architecture is the same as mentioned in their paper and in their released Theano code. Better to check with authors but I think it's a typo in the paper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants