Skip to content

[Dynamism] Running forward pass of FCOS model #4377

Open
@ymwangg

Description

@ymwangg

🚀 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".

  1. torch.where(x > 0.5) (lowered to aten::nonzero) returns wrong output dtype int32 instead of int64.
  2. aten::index does not support int32 as input element type.
  3. min(SymInt, int) raised "NYI" error.
  4. torch.topk does not support SymInt type as input parameter k.
  5. unlowered ops: aten::_unique2, torchvision::nms.

Metadata

Metadata

Assignees

Labels

dynamismDynamic Shape Features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions