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

Can i ask you some questions? #7

Closed
lfwin opened this issue Sep 16, 2015 · 1 comment
Closed

Can i ask you some questions? #7

lfwin opened this issue Sep 16, 2015 · 1 comment

Comments

@lfwin
Copy link

lfwin commented Sep 16, 2015

Do you use momentum + SGD to optimize this CNN?
How to you set your learning rate?
I use theano to realize the same CNN structure like the one you gave, but only get a very bad validation error

@nagadomi
Copy link
Owner

Do you use momentum + SGD to optimize this CNN?

Yes.
https://github.com/nagadomi/kaggle-cifar10-torch7/blob/cuda-convnet2/train.lua#L14
(actual learning rate = 1.0/xBatchSize * learningRate)
I don't know about theano.

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