Skip to content

Commit

Permalink
Add classif logger metric to cifar10 example cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Oct 26, 2018
1 parent 97dfd7f commit 0f79bff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/example-classif.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@
{"name": "top_k", "value": 1}
]
}
},
"test_metrics": {
"logger": {
"type": "thelper.optim.ClassifLogger",
"params": [
{"name": "top_k", "value": 3}
]
}
}
}
}

0 comments on commit 0f79bff

Please sign in to comment.