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

map validation #2235

Open
eanmikale opened this issue Aug 11, 2020 · 0 comments
Open

map validation #2235

eanmikale opened this issue Aug 11, 2020 · 0 comments

Comments

@eanmikale
Copy link

Could you take a look at the following Caffe Network and the Python bindings below for correct placement? I'm not getting any mAp validation. Thank you!

layer {
name: "accuracy"
type: "Python"
bottom: "pred" # These blob names may differ in your network
bottom: "label"
top: "accuracy"
python_param {
module: "digits_python_layers" # File name
layer: "AccuracyLayer" # Class name
param_str: "{"top_k": 1}"
}
include { stage: "val" }
}

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