Update Pad class in transforms.py (#214)
isinstance(padding, tuple) is added to the padding assertion to be able to pass a sequence.
Showing
Please register or sign in to comment
isinstance(padding, tuple) is added to the padding assertion to be able to pass a sequence.