Hugo Tong

Results 2 issues of Hugo Tong

During training, the train loss will rise dramatically like the following screenshot. ![image](https://user-images.githubusercontent.com/22998152/189269756-7a60ad01-2cd0-4f12-b64f-995dfcebe6b0.png) I used mmocr provided scripts to process datasets (https://mmocr.readthedocs.io/en/latest/datasets/det.html). Some datasets do not have this problem: ![image](https://user-images.githubusercontent.com/22998152/189269877-52a1a5ae-26e4-4d26-932f-ef067844457d.png)...

bug

## Motivation When I run ```bash python tools/dataset_converters/prepare_dataset.py \ icdar2013 \ --task textrecog \ --nproc 8 \ --lmdb ``` with ```python # mmocr/dataset_zoo/icdar2013/textrecog.py # This configuration prepares the ICDAR13 857...