Open
Description
🚀 Feature
We'll use this thread to track issues related to running the forward pass of FCOS model.
Issues
Tested using this script with flag XLA_EXPERIMENTAL="nonzero"
.
torch.where(x > 0.5)
(lowered toaten::nonzero
) returns wrong output dtype int32 instead of int64.aten::index
does not support int32 as input element type.min(SymInt, int)
raised "NYI" error.torch.topk
does not support SymInt type as input parameterk
.- unlowered ops:
aten::_unique2
,torchvision::nms
.