crnn icon indicating copy to clipboard operation
crnn copied to clipboard

一个基于TensorFlow2的CRNN项目

Results 3 crnn issues
Sort by recently updated
recently updated
newest added

您好,想问一个关于数据集的问题 https://github.com/lvjianjin/crnn#chinese-dataset,百度网盘中哪个数据是chainese-dataset,我应该下载哪一个数据 ![image](https://user-images.githubusercontent.com/44083987/232732158-9e9d5118-ca7e-41c0-9791-19782ee0a423.png)

模型训练 将800万数据放进去训练,经过19个epoch的训练,在验证集上面的表现就已经接近72%了。代码可参照[train.ipynb](https://github.com/lvjianjin/crnn_by_tensorflow2.2.0/blob/master/train.ipynb)。 准确度要怎么提升?微信nlanguage

i want to convert keras to onnx from crnn_30.h5, but it show like this: ```shell ... Tensorflow op [crnn/bidirectional/backward_lstm/PartitionedCall/ReverseV2: ReverseV2] is not supported Tensorflow op [crnn/bidirectional/ReverseV2: ReverseV2] is not supported...