tensorflow-hangul-recognition icon indicating copy to clipboard operation
tensorflow-hangul-recognition copied to clipboard

Handwritten Korean Character Recognition with TensorFlow and Android

Results 7 tensorflow-hangul-recognition issues
Sort by recently updated
recently updated
newest added

Hello! I've found a performance issue in /hangul_model.py: `batch()` should be called before `map()`, which could make your program more efficient. Here is [the tensorflow document](https://tensorflow.google.cn/guide/data_performance?hl=zh_cn#vectorized_mapping) to support it. Detailed...

Hello,[this issue](https://github.com/IBM/tensorflow-hangul-recognition/issues/69) shows the reason that I commit this PR. I sincerely wish my PR will help you.And if you think my PR has a little work,Hoping you could merge...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.5.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.1 Release 2.5.1 This release introduces several vulnerability fixes: Fixes a heap out of bounds access in...

dependencies

Hello,I found a performance issue in the definition of `main` , hangul_model.py, [.map(_parse_function)](https://github.com/IBM/tensorflow-hangul-recognition/blob/8c39444ea8accd8b3d935f277e34fa2797564114/hangul_model.py#L129) was called without **num_parallel_calls**. I think it will increase the efficiency of your program if you add...

This readme is old translation version, and no contributors for it. I suggest to delete it.

When I train the model and try the model with 'classify-hangul.py', I get the following error: ValueError: Cannot feed value of shape (4096,) for Tensor 'hangul-model / input: 0', which...

hi author I have changed datasets, including blur, rotate, scale. black fond and white background images create (contrary to this project ) but training accuracy does not improve.. Can you...