Closed MCodrescu closed 1 year ago
# Example Image x <- torch::torch_tensor(array(1, dim = c(3, 200, 200))) # Transforms rotate <- function(img) torchvision::transform_random_rotation(img, 20) rotate(x) #> Error in if (mode == "bilinear") {: missing value where TRUE/FALSE needed
Created on 2023-07-07 with reprex v2.0.2
Thanks for reporting @MCodrescu. Will be fixed with the linked PR.
Created on 2023-07-07 with reprex v2.0.2