-
# ❓ Questions & Help
## Details
do you have prediction script?
-
hello,i used your model to train myself captcha images,but the loss is always 14,and don't convergence。Can you show me your training images?or tell me how to see them .I want to know whether my pictur…
-
@TheAILearner I have trained and saved model "best_model.hdf5", how do I run from this saved model without rerunning the entire script
-
I created a confomer-rnn-trasducer recipe using CSJ and run the training process.
When I evaluated the created model, the CERs for eval1, eval2, and eval3 were higher than the [original paper](https:…
-
I want to copy the model by tensorflow
-
Guys (mostly Piotr but also anyone who's listening),
Firstly, on timeline, we need something working well in time for September 1st-ish, the time we give the tutorial.
So we can't be too ambitious…
-
Dear,
我是想在您原有的pytorch ocr识别模型ocr-lstm.pth基础上,再增加自己的训练集,自己准备好了行图片与行文本,训练代码参考我在网上找了只有https://github.com/Aurora11111/crnn-train-pytorch与https://github.com/meijieru/crnn.pytorch?里面有不少坑,比如不用warp_ctc_p…
-
输入的维度是(1, 398, 120),会报batch_sizes!=1 is not supported for lstm in this version的错误。
![image](https://user-images.githubusercontent.com/73877725/153349893-da9688b1-a80d-4235-aa00-516885ca7f32.png)
如…
-
Hi,
I try do decode the output of an acoustic model (CTC) built in pytorch with the eesen framework. On WSJ, I achieve good results with the `decode-faster` function as in [decode_ctc.sh](https://g…
-
I was trying to implement Spatial Transformer Layer in my Code but I am getting this error. Is there any solution for it ?
`
def locnet():
b = np.zeros((2, 3), dtype='float32')
…