Added missing argument of num_epochs
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -62,7 +62,7 @@ def _ssd_train(args: argparse.Namespace) -> None:
|
|||||||
|
|
||||||
scenenet_data, nr_digits, length_dataset = \
|
scenenet_data, nr_digits, length_dataset = \
|
||||||
data.load_scenenet_data(file_names_photos, instances, args.coco_path,
|
data.load_scenenet_data(file_names_photos, instances, args.coco_path,
|
||||||
batch_size=batch_size,
|
batch_size=batch_size, num_epochs=args.num_epochs,
|
||||||
resized_shape=(image_size, image_size),
|
resized_shape=(image_size, image_size),
|
||||||
mode="training")
|
mode="training")
|
||||||
del file_names_photos, instances
|
del file_names_photos, instances
|
||||||
|
|||||||
Reference in New Issue
Block a user