-
Hello, when I am reproducing the vit-tiny model, I use four 2080ti GPU according to your configuration and it still does not work. It prompts CUDA out of memory. What is the reason? My configuration f…
-
```
The following macro from
http://en.wikipedia.org/wiki/Louis,_Duke_of_Brittany_(1707–1712) fails to be
parsed as a macro. Could it be due to nested macro parameters ?
{{Infobox royalty
| name …
-
```
The following macro from
http://en.wikipedia.org/wiki/Louis,_Duke_of_Brittany_(1707–1712) fails to be
parsed as a macro. Could it be due to nested macro parameters ?
{{Infobox royalty
| name …
-
for example, add triples like
```
dcterms:creator
```
-
Hi, i am trying to train an ocr model for recognising license plate. I am currently training with None-VGG-BiLSTM-CTC to be used with easyocr. i have a training dataset of 800 and a validation dataset…
-
Hi
I use trainer.py for training model and when i use best_accuracy.pth for reader function i have not good result as normal i use easyocr.
I think there is problem in inference model so can you he…
-
I used the same parameters except "Prediction", and I got 60+ accuracy with CTC while the accuracy of attn is no more than 10,than i tried an adam learning rate of 0.0003,than my training result of at…
-
workers: 4
batch_size: 16
adam: False
lr: 1
beta1: 0.9
rho: 0.95
eps: 1e-08
grad_clip: 5
batch_ratio: 1
total_data_usage_ratio: 1.0
batch_max_length: 300
imgH: 32
imgW: 1024
rgb: True
…
-
If I want to recognize a picture, how can I do it? Do I still want to generate LMDB format? Can you provide a predict interface? Thank you
-
Hi, thank you for sharing your code!
I have noticed two errors in your implementation of FDA in
https://github.com/YanchaoYang/FDA/blob/b9a0cdf0bcc9b787c00e39df73eda5673706f219/utils/__init__.py#L…