Update train.py

fix typo args.in_chanes
This commit is contained in:
klae01 2022-11-01 16:55:05 +09:00 committed by GitHub
parent 4201c718e9
commit ddd6361904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ def main():
in_chans = 3
if args.in_chans is not None:
in_chans = args.in_chanes
in_chans = args.in_chans
elif args.input_size is not None:
in_chans = args.input_size[0]