Skip to content
Snippets Groups Projects
Commit 8c12860b authored by tgupta6's avatar tgupta6
Browse files

change accuracy to top-20 instead of top-100

parent bdc4fa88
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ class eval_mgr(): ...@@ -127,7 +127,7 @@ class eval_mgr():
# eval_vars_dict['object_prob'], # eval_vars_dict['object_prob'],
# labels['objects']) # labels['objects'])
k = 100 k = 20
self.top_k_accuracy( self.top_k_accuracy(
eval_vars_dict['object_prob'], eval_vars_dict['object_prob'],
labels['objects'], labels['objects'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment