-
Hi,
In https://github.com/clovaai/deep-text-recognition-benchmark/,
multiple versions of CRNN are provided based on Transformation(TPS/None), FeatureExtracter(VGG, RCNN, Resnet), LSTM, and CTC/Atte…
-
I tried to execute the command on Google Colab :
!CUDA_VISIBLE_DEVICES=0 python ./main.py --mode=train --encoder=BiLSTM --decoder=PN --emb_type=W2V
but got the following errors:
Model name '/…
-
Hello, I'm trying to run this on a single GPU and I'm getting a threading error. Do you know how to address it? I've changed `gpu_id` in tps_resnet_bilstm_attn.py to '0'. Terminal freezes after throwi…
-
**Describe the bug**
I have successfully convert model in onnx but while running it I am facing below error
`[ONNXRuntimeError] : 1 : FAIL : Type Error: Type parameter (T) bound to different types (…
-
版本、环境信息:
1)PaddlePaddle版本:1.8-静态图
LSTM文档:https://www.paddlepaddle.org.cn/documentation/docs/zh/api_cn/layers_cn/lstm_cn.html#lstm
![image](https://user-images.githubusercontent.com/24267883/…
-
Hi,
Thanks for your open-sourced code!
Just wonder do you have the code for the baselines such as BiLSTM?
Great thanks.
-
Hi! Very interesting project but I could not test it even on colab.
When I run
"from bert_text import run_on_dfs"
I get the following error:
ModuleNotFoundError: No module named 'bert_text'
Ev…
-
I:?[35mVENTILATOR?[0m:lodding classification predict, could take a while...
I:?[35mVENTILATOR?[0m:contain 0 labels:dict_values(['0', '1'])
2020-01-14 21:09:35.241239: I tensorflow/stream_executor/pl…
-
hi, I wanted to try the baselines model, however, I could not find the 'translate.py' to run the model. Could you plz tell me where I can find it? Thank you so much.
_Using the trained model_
_For…
YawWQ updated
4 years ago
-
On Wiki103 classification, I only get two modes of results:
1) solve the task, getting ~99+% train and dev accuracy
2) overfit to train, getting ~92% train, 58% dev accuracy
Over 5-6 runs, I always…