zml24

Results 5 issues of zml24

I am using DeepFillv2 model for image inpainting. But I found that eval results is different for different test batch size. In `img_inpainting_dataset.py`, the final eval result is calculated in...

### 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....

## Description ### For fp16 (trt_log_level: trt.Logger.INFO) 2022-09-08 17:36:02,762 - mmdeploy - INFO - Start pipeline mmdeploy.backend.tensorrt.onnx2tensorrt.onnx2tensorrt in subprocess 2022-09-08 17:36:03,426 - mmdeploy - INFO - Successfully loaded tensorrt plugins...

triaged

I am running this code on my Linux server, however it seems that this python program is only runned by one of my computer's cpu and leaves two thirds total...

I ran the code like below to get `wmt19_translate/zh-en` dataset, but there are 504 error. ```python import tensorflow as tf import matplotlib.pyplot as plt import numpy as np import tensorflow...

bug