Update cache out-of-date warning

pull/1206/head
Glenn Jocher 2020-10-23 15:13:42 +02:00
parent 83deec133d
commit 0fda95aaf4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def create(name, pretrained, channels, classes):
except Exception as e:
help_url = 'https://github.com/ultralytics/yolov5/issues/36'
s = 'Cache maybe be out of date, deleting cache and retrying may solve this. See %s for help.' % help_url
s = 'Cache maybe be out of date, try force_reload=True. See %s for help.' % help_url
raise Exception(s) from e