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

[INFO] Calculating top-5 error rate in Caffe #10

Open
joyhuang9473 opened this issue Apr 20, 2016 · 0 comments
Open

[INFO] Calculating top-5 error rate in Caffe #10

joyhuang9473 opened this issue Apr 20, 2016 · 0 comments

Comments

@joyhuang9473
Copy link
Owner

In train_val.prototxt:

layer {
  name: "accuracy_top_5"
  type: "Accuracy"
  bottom: "fc8"
  bottom: "label"
  top: "accuracy_top_5"
  accuracy_param {
    top_k: 5
  }
  include {
    phase: TEST
  }
} 
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

1 participant