-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Do snapshot after computing loss and test accuracy #51
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
Conversation
Is there a specific use case for this change...? I feel indifferent both ways, but it seems to make more sense to snapshot to disk as soon as the network update step. |
The motivation is to know the loss and accuracy of the network before Sergio 2014/1/23 Yangqing Jia [email protected]
|
Do snapshot after computing loss and test accuracy
Do snapshot after computing loss and test accuracy
Cherry-pick batch normalization PR. Still pending cuDNNv4 version
…03_21 Merge bvlc/windows@{2016-03-21} into master
add support for ROIPooling layers
- in fact caffe uses DType as float but looks like double type support not correctly implemented: there are kerenel compilation errors on startup atleast for Mali GPU even if DOUBLE_SUPPORT_AVAILABLE not defined, so looks like usages of DOUBLE_SUPPORT_AVAILABLE not for all required parts of code,
- add ability to disable DOUBLE SUPPORT with compilation flag DISABLE_DOUBLE_SUPPORT (hardcoded DOUBLE_SUPPORT_AVAILABLE atleast doesn't work for Mali GPU at caffe time runtime)
- experiment
- add ability to disable DOUBLE SUPPORT with compilation to cl_kernels.sh and header.cl (fix review comment) - add generated cl_kernels.cpp (as mentioned before for MacOS and Windows users where code generation does not work at this moment)
OpenCl kernel compilation errors for android #51
Rearranged the code to do the snapshot after computing the loss and the test accuracy.