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
The last layers should hold different names (or types) :
layer {
name: "loss1/top-1" <== the name is loss
type: "Accuracy" <== the type is accuracy
bottom: "loss1/classifier"
bottom: "label"
top: "loss1/top-1"
include {
phase: TEST
}
}
layer {
name: "loss1/top-3" <== the name is loss
type: "Accuracy" <== the type is accuracy
bottom: "loss1/classifier"
bottom: "label"
top: "loss1/top-3"
include {
phase: TEST
}
accuracy_param {
top_k: 3
}
The last layers should hold different names (or types) :
It should be like this :
The text was updated successfully, but these errors were encountered: