Merge pull request #1527 from klae01/patch-1

Update train.py
pull/1210/merge
Ross Wightman 2 years ago committed by GitHub
commit f856f8a2e0
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