ajkdrag
ajkdrag
If I am to finetune this. Will it work if I change this max_length arg. Also is there a way to force the vocab? In paddleOCR i can define a...
Got it thanks. I am currently finetuning the recog model as per the docs, but when I load the checkpoint, i get this error: ``` Error(s) in loading state_dict for...
Thanks. The loading works, but the model training isn't doing too well. Do you have any training recipes? Do i need to resize the images before running the finetune? Here's...
While finetuning parseq, i get this error: RuntimeError: The size of tensor a (33) must match the size of tensor b (31) at non-singleton dimension 3 ```python sys.argv = ['parseq',...
> > While finetuning parseq, i get this error: RuntimeError: The size of tensor a (33) must match the size of tensor b (31) at non-singleton dimension 3 > >...
Ok got it. So if i use the french vocab with parseq, there shouldn't be any issue with fine-tuning?
You are correct. I was trying to use the baseRNN without any pretrained embeddings. Also, a quick suggestion from you on my usecase would help. I am trying to run...
Is there a way to use gbm with wide-deep framework?
I have yet to try the Fast models. I saw the links were updated. Will give it a shot today. The problem i am facing (when testing with DB models)...
Also, in DBNet, the preprocessing gives an image of size 1024x1024, is it possible that for large rectangular docs like bank checks, resizing to square will mess up things?