From 0fda95aaf4e74db6505a343b8d2162782f4ab444 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 23 Oct 2020 15:13:42 +0200 Subject: [PATCH] Update cache out-of-date warning --- hubconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubconf.py b/hubconf.py index 94208e064784..40649a32bc0c 100644 --- a/hubconf.py +++ b/hubconf.py @@ -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