Skip to content

Commit 6f73cae

Browse files
committed
Minor tweaks to train script
1 parent 8f30c8d commit 6f73cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

train.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
)
7575
@click.option(
7676
"--batch-size",
77-
default=64,
77+
default=128,
7878
show_default=True,
7979
type=int,
8080
help="Batch size for training.",
@@ -138,7 +138,7 @@ def train(
138138
model_type: str,
139139
dense: bool,
140140
annotations: pathlib.Path,
141-
val_annotations: pathlib.Path | None,
141+
val_annotations: pathlib.Path,
142142
height: int,
143143
width: int,
144144
lr: float,

0 commit comments

Comments
 (0)