You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All kernel from above except adjust_sharpness don't support 5d+ inputs or a 4d inputs with a degenerate batch dimension, i.e. (0, C, H, W)
adjust_sharpness also doesn't support 5d+ inputs, but does support 4d inputs with a degenerate batch dimension iff the input only has a single channel, i.e. (0, 1, H, W). In addition, if the shortcut
Uh oh!
There was an error while loading. Please reload this page.
There are currently five image kernels that don't support arbitrary batch sizes:
vision/test/prototype_transforms_kernel_infos.py
Lines 906 to 907 in 7f4c55b
vision/test/prototype_transforms_kernel_infos.py
Lines 930 to 931 in 7f4c55b
vision/test/prototype_transforms_kernel_infos.py
Lines 974 to 975 in 7f4c55b
vision/test/prototype_transforms_kernel_infos.py
Lines 1125 to 1126 in 7f4c55b
vision/test/prototype_transforms_kernel_infos.py
Lines 1152 to 1153 in 7f4c55b
vision/test/prototype_transforms_kernel_infos.py
Lines 1302 to 1303 in 7f4c55b
cc @vfdev-5 @datumbox @bjuncek
The text was updated successfully, but these errors were encountered: