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

Deprecated usages of Caffe #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

edingroot
Copy link

  • The new caffe (also the caffe version used by CRF as RNN) removes the set_mode_gpu function from net, and instead use the caffe.set_mode_gpu. (reference comments)
  • The set_mode_gpu() statements take effect only when they are executed before solver.solve(solver_state).

… set_mode_gpu function from net, and instead use the caffe.set_mode_gpu.

Ref: martinkersner#20 (comment)
@edingroot edingroot changed the title Caffe deprecated usage Caffe deprecated usages Jun 13, 2017
@edingroot edingroot changed the title Caffe deprecated usages Deprecated usages of Caffe Jun 13, 2017
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

Successfully merging this pull request may close these issues.

1 participant