mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Hyp fix
This commit is contained in:
parent
f9c254b207
commit
76259b15b0
@ -212,7 +212,7 @@ if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--model', type=str, default='yolov5s', help='initial weights path')
|
||||
parser.add_argument('--data', type=str, default='mnist', help='cifar10, cifar100 or mnist')
|
||||
parser.add_argument('--hyp', type=str, default='data/hyp.scratch.yaml', help='hyperparameters path')
|
||||
parser.add_argument('--hyp', type=str, default='data/hyps/hyp.scratch.yaml', help='hyperparameters path')
|
||||
parser.add_argument('--epochs', type=int, default=20)
|
||||
parser.add_argument('--batch-size', type=int, default=128, help='total batch size for all GPUs')
|
||||
parser.add_argument('--img-size', type=int, default=64, help='train, test image sizes (pixels)')
|
||||
|
Loading…
x
Reference in New Issue
Block a user