ALI icon indicating copy to clipboard operation
ALI copied to clipboard

Semi-supervised learning

Open christiancosgrove opened this issue 7 years ago • 7 comments

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.

christiancosgrove avatar Jul 12 '17 13:07 christiancosgrove

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.

olimastro avatar Jul 14 '17 20:07 olimastro

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

christiancosgrove avatar Jul 14 '17 20:07 christiancosgrove

@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.

christiancosgrove avatar Jul 21 '17 13:07 christiancosgrove

yes I did

olimastro avatar Jul 24 '17 18:07 olimastro

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

sanyam5 avatar May 09 '18 13:05 sanyam5

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.

olimastro avatar May 09 '18 14:05 olimastro

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

sanyam5 avatar May 11 '18 07:05 sanyam5