Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bugfix] Fix FlexibleArgumentParser replaces _ with - for actual args
- processed_args.append('--' + arg[len('--'):].replace('_', '-')) will replace args like '--image-input-type=pixel_values' to '--image-input-type=pixel-values'
- Loading branch information