Commit
·
0fda95a
1
Parent(s):
83deec1
Update cache out-of-date warning
Browse files- hubconf.py +1 -1
hubconf.py
CHANGED
@@ -40,7 +40,7 @@ def create(name, pretrained, channels, classes):
|
|
40 |
|
41 |
except Exception as e:
|
42 |
help_url = 'https://github.com/ultralytics/yolov5/issues/36'
|
43 |
-
s = 'Cache maybe be out of date,
|
44 |
raise Exception(s) from e
|
45 |
|
46 |
|
|
|
40 |
|
41 |
except Exception as e:
|
42 |
help_url = 'https://github.com/ultralytics/yolov5/issues/36'
|
43 |
+
s = 'Cache maybe be out of date, try force_reload=True. See %s for help.' % help_url
|
44 |
raise Exception(s) from e
|
45 |
|
46 |
|