Merge pull request #1527 from klae01/patch-1

Update train.py
This commit is contained in:
Ross Wightman 2022-11-03 20:54:59 -07:00 committed by GitHub
commit f856f8a2e0
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]