Results 3 issues of Rylyn

Convert fasterrcnn, backbone use swin, config: ``` find_unused_parameters=True pretrained="https://github.com/SwinTransformer/storage/releases/download/v1.0.0/swin_large_patch4_window7_224_22k.pth" model = dict( type='FasterRCNN', backbone=dict( type='SwinTransformer', embed_dims=192, depths=[2, 2, 18, 2], num_heads=[ 6, 12, 24, 48 ], window_size=7, mlp_ratio=4, qkv_bias=True, qk_scale=None,...

### Checklist - [x] I have searched related issues but cannot get the expected help. - [x] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md) but cannot get the expected help....

TensorRT
mmdet
Linux-x86_64

When I try big test dataset(3k), always get error like: ``` [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 3786/3786, 5.4 task/s, elapsed: 704s, ETA: 0s WARNING:torch.distributed.elastic.multiprocessing.api:Sending process 77946 closing signal SIGTERM ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: -9) local_rank: 1...