Skip to content

Commit 43e8eb2

Browse files
authored
Update submission.py
1 parent 798d459 commit 43e8eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
if args.cuda:
4444
torch.cuda.manual_seed(args.seed)
4545

46-
if args.KITTI == 2015:
46+
if args.KITTI == '2015':
4747
from dataloader import KITTI_submission_loader as DA
4848
else:
4949
from dataloader import KITTI_submission_loader2012 as DA

0 commit comments

Comments
 (0)