Corrected summary path for ssd training
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -68,7 +68,7 @@ def _ssd_train(args: argparse.Namespace) -> None:
|
|||||||
del file_names_photos, instances
|
del file_names_photos, instances
|
||||||
|
|
||||||
use_summary_writer = summary_ops_v2.create_file_writer(
|
use_summary_writer = summary_ops_v2.create_file_writer(
|
||||||
f"{args.summary_path}/val/{args.network}/{args.iteration}"
|
f"{args.summary_path}/train/{args.network}/{args.iteration}"
|
||||||
)
|
)
|
||||||
|
|
||||||
if args.debug:
|
if args.debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user