Skip to content

Commit

Permalink
Update cache out-of-date warning
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Oct 23, 2020
1 parent 83deec1 commit 0fda95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 0fda95a

Please sign in to comment.