周健文

Results 23 comments of 周健文

@Aurora11111 What version of cuda should be used

![图片](https://user-images.githubusercontent.com/13137730/56586741-d32e9280-6612-11e9-8dc8-5614b290f876.png)

@DecentMakeover Simple English letters and Numbers?

@DecentMakeover Can the trained model recognize simple Numbers and English characters?

@Pay20Y Thank you very much. I even changed the code to use icdar2015 to retrain the model, and the training did not last long, prompting a warning, but it did...

@DecentMakeover I was running the model when the machine hung up again. Is 8G not enough memory?

@DecentMakeover Thank you very much. It's solved.I have set batch_size_per_gpu to 8, now I can train well, but the memory usage is very high, maybe my machine memory is too...

@Pay20Y The accuracy of word recognition is very bad.Why is that?

在GPU状态下调试接口你可能会遇到以下问题: 1、经过测试之后,发现可能GC提前回收资源导致该问题出现,因为在C++环境使用编译好的DLL测试GPU与CPU模式都是正常的,所在你可能需要解决托管与非托管资源回收的问题。 2、在C#托管内存中,内存回收一般是有GC自动完成的,如果遇到找不到找不到对象的情况,报错信息是“未将对象引用设置到对象的实例”,而非托管内存的找不到对象报错信息是:尝试读取或写入受保护的内存,这通常指示其他内存已损坏。 3、一个非托管对象的操作方式是指针,当内存中的对象被清理掉时,这段内存地址就拒绝指针随意访问,这时指针如果继续访问这段内存,就会报尝试读取或写入受保护的内存这个错误。

@zhengjiawen I still have no way to train the model,and I have been reporting errors.Have you solved it yet?