Detection training zero-mAP fix (#192)
This commit is contained in:
parent
a8a70390ab
commit
0a7d86cd26
3 changed files with 3 additions and 2 deletions
|
|
@ -218,3 +218,4 @@ class YOLO:
|
|||
args.pop("batch", None)
|
||||
args.pop("epochs", None)
|
||||
args.pop("cache", None)
|
||||
args.pop("save_json", None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue