We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a PR to Caffe here: BVLC/caffe#1890 Requires some empirical testing after merging.
The text was updated successfully, but these errors were encountered:
Merged and fixed RMSProp support to the underlying custom caffe version at https://github.com/beniz/caffe/tree/master_dd_integ_rmsprop
Early testing shows RMSProp working on standard problems, though the gradient unit tests are not passing for now, which precludes immediate inclusion.
Support for RMSPROP in solver_type for Caffe in deepdetect API + rms_decay parameter are in branch https://github.com/beniz/deepdetect/tree/rmsprop_21 (requires master_dd_integ_rmsprop).
solver_type
rms_decay
Sorry, something went wrong.
New PR for Caffe is here: BVLC/caffe#2867
Merged into master.
beniz
No branches or pull requests
There's a PR to Caffe here: BVLC/caffe#1890
Requires some empirical testing after merging.
The text was updated successfully, but these errors were encountered: