torchvision icon indicating copy to clipboard operation
torchvision copied to clipboard

bug in transform_random_rotation

Open sebffischer opened this issue 1 year ago • 0 comments

torchvision::transform_random_rotation(torch::torch_randn(3, 10, 10), degrees = 3)
#> Error in if (mode == "bilinear") {: missing value where TRUE/FALSE needed

Created on 2023-12-01 with reprex v2.0.2

sebffischer avatar Dec 01 '23 14:12 sebffischer