Detection training zero-mAP fix (#192)

This commit is contained in:
Glenn Jocher 2023-01-10 12:18:39 +01:00 committed by GitHub
parent a8a70390ab
commit 0a7d86cd26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -218,3 +218,4 @@ class YOLO:
args.pop("batch", None)
args.pop("epochs", None)
args.pop("cache", None)
args.pop("save_json", None)