Dinghow Yang

Results 9 comments of Dinghow Yang
trafficstars

I've met the same problem, and I download the pretrained model 'model_best_resnet34_en_nomixup.pth' from https://github.com/open-mmlab/mmcv/blob/b4bfeb53c5/mmcv/model_zoo/open_mmlab.json

Thanks for your immediate reply. Tried to restart the training many times, without any improvement. BTW, the size of my training dataset is 8000 in english. I just added some...

Sure, I'm glad to do that, the size is 10001 actually. And my CHAR_VECTOR is `CHAR_VECTOR = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-'.!?,\""` just reuse yours.

OK, thx for your attention, hope for your update.

> I face the same problem. Have you solved it? Not yet. I used this project without this problem https://github.com/wushilian/STN_CNN_LSTM_CTC_TensorFlow/blob/master/utils.py

> Hi @JackHenry1992 , I am wondering if you have solved free() issue that you mentioned. I am trying to reproduce the framework and encountered the same problem. Any comments...

BTW, I found there were bugs when setting the model type as `torch.half`. With your official vllm example (bf16), the generated results are correct: ![image](https://github.com/vllm-project/vllm/assets/25077108/3d4a879f-47f5-462d-9d1a-d242894722f5) However, set dtype=torch.half while creating...