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
The input "boxes" can be either a tensor or list, however the type annotation does not cover the list case.
Once JIT support Union types the annotation should be updated to Union of Tensor and List.