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

what is scale_train in dropout layer? #14

Closed
jwyang opened this issue Sep 25, 2015 · 2 comments
Closed

what is scale_train in dropout layer? #14

jwyang opened this issue Sep 25, 2015 · 2 comments

Comments

@jwyang
Copy link

jwyang commented Sep 25, 2015

Dear Shaoqing,

I am wondering what is the acutal meanning for scale_train in your dropout layer. I cannot find such parameter in original Caffe project.

Because i encountered an unknown error when runing your caffe_.mexw64, i have to use my own, but it is not compatible to your prototxt file.

What do you think is the best solution to my issue?

Thanks,

@ShaoqingRen
Copy link
Owner

Hi jwyang,

scale_train = true is what offical Caffe doing, scale_train = false, is making the scale operation in testing phase instead of training phase. Please read our code, the difference is obvious.

If you have problem in running the downloaded caffe_.mexw64, please compile one with our modifided Caffe.

@jwyang
Copy link
Author

jwyang commented Sep 25, 2015

thanks, shaoqing, i wil read the codes in your modified Caffe, and compile it for usage.

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