Skip to content

Commit

Permalink
Merge pull request #61 from Nicolas1203/fix-typo
Browse files Browse the repository at this point in the history
fix-typo
  • Loading branch information
qfgaohao authored Sep 13, 2019
2 parents 031c7f0 + cc9cef5 commit bc7bbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_ssd.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test(loader, net, criterion, device):
num_classes = len(dataset.class_names)

else:
raise ValueError(f"Dataset tpye {args.dataset_type} is not supported.")
raise ValueError(f"Dataset type {args.dataset_type} is not supported.")
datasets.append(dataset)
logging.info(f"Stored labels into file {label_file}.")
train_dataset = ConcatDataset(datasets)
Expand Down

0 comments on commit bc7bbba

Please sign in to comment.