Skip to content

Commit

Permalink
update runtime.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathy0908 committed Aug 16, 2023
1 parent 1dc5e2f commit 9aa11c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
data=data['val'],
dist_eval=True,
evaluators=[
dict(type='ClsEvaluator', topk=(1, 5), class_list=class_list)
dict(type='ClsEvaluator', topk=(1, ), class_list=class_list)
],
)
]
1 change: 1 addition & 0 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rapidfuzz
scikit-image
scikit-learn
seaborn
shapely==1.8.4
tensorboard
thop
timm==0.5.4
Expand Down

0 comments on commit 9aa11c7

Please sign in to comment.