vision
vision copied to clipboard
[proto] Fixed fill type in AA
Description:
- Fixed fill type in AA
@vfdev-5 We missed the fill: Union[int, float, Sequence[int], Sequence[float]] = 0,
in the constructors of the techniques. You only made the change on _AutoAugmentBase
. Could you update the rest of the classes?
Thank! I should be blind