Closed Blddwkb closed 4 years ago
@Blddwkb --batch-size is defined by argparser. Argparser shows all defaults. cfg hyperparameters are ignored.
@Blddwkb --batch-size is defined by argparser. Argparser shows all defaults. cfg hyperparameters are ignored.
Thanks!
@Blddwkb you're welcome! If you have any more questions or need further clarification, feel free to ask. Happy training! 😊🚀
parser.add_argument('--batch-size', type=int, default=16) # effective bs = batch_size accumulate = 16 4 = 64
If i don't specify the "--batch-size" ,is "batch-size" equal default=16 or batch_size of "yolo...cfg" If it equals to default, whether the "batch_size" of yolo..cfg can be set arbitrarily.
I would appreciate it if you could answer me!