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

Semi-supervised learning #17

Open
christiancosgrove opened this issue Jul 12, 2017 · 7 comments
Open

Semi-supervised learning #17

christiancosgrove opened this issue Jul 12, 2017 · 7 comments

Comments

@christiancosgrove
Copy link

christiancosgrove commented Jul 12, 2017

I've been trying to reproduce your figures for semi-supervised learning on CIFAR-10 (19.98% with 1000 labels). This result is based on the technique proposed in Salimans et al. (2016), not SVMs. Is there any way you can include your code, or at least any changes to the hyperparameters in ali_cifar10.py?

Thanks in advance for your help.

@olimastro
Copy link

Hello, I made the semi-supervised code but I used a totally different script from the ones in this repo. I can provide the Lasagne-based script (with also some blocks MainLoop stuff as is used here) if you would like.

@christiancosgrove
Copy link
Author

That would help out enormously! I'm writing a TensorFlow implementation and would like to make sure my hyperparameters and losses match.

@christiancosgrove
Copy link
Author

@olimastro Did you base your code on the original Theano/Lasagne code from OpenAI (https://github.com/openai/improved-gan/blob/master/mnist_svhn_cifar10/train_cifar_feature_matching.py)? I've been using the hyperparameters in the appendix of the ALI paper for semi-supervised learning.

@olimastro
Copy link

yes I did

@sanyam5
Copy link

sanyam5 commented May 9, 2018

@olimastro Could you still provide that script? I am trying to reproduce the results on CIFAR-10 semi-supervised learning. Thanks!

@olimastro
Copy link

crap did I never put the script? :( I will try to look for it, I am not sure if I still have the exact version that made these results, I will get back to you during the week.

@sanyam5
Copy link

sanyam5 commented May 11, 2018

Thanks, please do. That would be an enormous help!

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

3 participants