You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
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" }
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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" }
}
The text was updated successfully, but these errors were encountered: