lyy-zz
lyy-zz
The assign of the first week of Lesson 4 5.2.3 Putting it together: Pooling backward Change Part: ``` # Set dA_prev to be dA_prev + (the mask multiplied by the...
I noticed that you used image height param `format` as the font size. https://github.com/Belval/TextRecognitionDataGenerator/blob/33d8985521645280e102987e773bf1e424a045df/TextRecognitionDataGenerator/computer_text_generator.py#L14 In my test, `image_font = ImageFont.truetype(font=font_size=500)`, no error was reported, but it was time consuming. So...
## System information - CPU information(`cat /proc/cpuinfo | grep "model name" | uniq`): Intel(R) Celeron(R) N5105 @ 2.00GHz - GPU information(`lspci -nn | grep -E 'VGA|isplay`): 00:02.0 VGA compatible controller...
Thank you for posting the code of the paper. I have some doubts about the color map and would like to consult, as follows:  **Figure 1**  **Figure 2**...
你好,请问平行语料的预处理有做特殊格式拼接吗? 比如:中英用特殊分隔,拼接成一行 之类的?