-
Hello!
@ChWick
As described the architecture of the network described in "/calamari_ocr/ocr/backends/tensorflow_backend/tensorflow_model.py"
I try to use one of the existant pretrained models :
…
-
hi , I want to know what does the parameter "future_length" in stock_blstm mean?Thank you!
-
When I bash run.sh,I got an error like below.
[ 2020-11-04 22:00:26,305 INFO api.py:541 41096 ] xxxx input: [], training: None
Traceback (most recent call last):
File "/opt1/luyz/Di…
-
Thanks for the sharing the codes. During running, I encountered the following runtime error:
`
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.7/runpy.py", line 193, in _ru…
-
For each sample in our dataset (from the pickle file), elements in `sample["entity_spans"]` indicates consecutive locations of tokens that constitute entities.
If the tokenization provided by BERT…
-
I am trying to implement a simple BLSTM-CTC model using Keras (backend Tensorflow). I am testing this with a small dataset of online handwriting samples (316 Train data with 10 distinct characters and…
xisnu updated
3 years ago
-
作者您好,我使用您的网络进行测试,硬件环境也是V100,但FPS大概在4左右,averaged_infer_time: 203.730ms,和论文所给的9.22ms相差较远,是否存在什么问题?
另外,我为了和deep-text-recognition进行对比,将网络输入大小改为32*100,基于MJ+ST/lower_case训练了4个epoch,精度如下:
accuracy: IIIT5k_…
-
I want to reproduce Librispeech MOCHA WER in this paper (CTC-synchronous Training for Monotonic Attention Model).
When I use conf file "lstm_mocha.yaml" in librispeech example, it was reduced from 70…
-
Hey,
thanks for this amazing work.
i just have a small issue here at first there were some errors, i fixed them got the code to run and start training but it seems like it can't predict anything a…
-
Hi @hirofumi0810 , thanks for your great work.
I'm now trying the csj example. I've passed the training phase using the `run.sh` script and got the model successfully. The conf file that I'm using …