Update train.py

fix typo args.in_chanes
pull/1527/head
klae01 2 years ago committed by GitHub
parent 4201c718e9
commit ddd6361904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]

Loading…
Cancel
Save