提交 0fda95aa authored 作者: Glenn Jocher's avatar Glenn Jocher

Update cache out-of-date warning

上级 83deec13
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论