ultralytics 8.0.133 add torchvision compatibility check (#3703)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
0821ccb618
commit
c55a98ab8e
17 changed files with 140 additions and 68 deletions
|
|
@ -91,7 +91,7 @@ def get_latest_run(search_dir='.'):
|
|||
|
||||
|
||||
def make_dirs(dir='new_dir/'):
|
||||
# Create folders
|
||||
"""Create directories."""
|
||||
dir = Path(dir)
|
||||
if dir.exists():
|
||||
shutil.rmtree(dir) # delete dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue