您好,我在用QAT量化faster rcnn模型过程中,在模型检查阶段报错 AssertionError: max_pool2d with return_indices true is not supported,我代码中只定义了self.maxpool = nn.MaxPool2d(kernel_size=3, stride=2, padding=0, ceil_mode=True),并未指定return_indices,不知道是不是和torchvision.ops 的RoIPool的使用有关?
另外想问一下, 工具链哪有faster rcnn的量化示例吗?我搜索发现Horizon Tensorflow Plugin里面有,但不知道在哪下载(https://developer.horizon.auto/blog/10464)

