Skip to content

Commit

Permalink
hubconf.py bug fix
Browse files Browse the repository at this point in the history
Bug fix for problem introduced in #3005
  • Loading branch information
glenn-jocher committed May 1, 2021
1 parent c1a44ed commit cdd695a
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 @@ -18,7 +18,7 @@
check_requirements(Path(__file__).parent / 'requirements.txt', exclude=('tensorboard', 'pycocotools', 'thop'))


def create(name, pretrained, channels=3, classes=80, autoshape=True, verbose=True):
def create(name, pretrained=True, channels=3, classes=80, autoshape=True, verbose=True):
"""Creates a specified YOLOv5 model
Arguments:
Expand Down

0 comments on commit cdd695a

Please sign in to comment.