anupamadeo

Results 4 comments of anupamadeo

while implementing layoutLMv2 for DocVQA I am not able to use LayoutLMv2FeatureExtractor and create Dataset_with_ocr. I am getting the following error: ArrowNotImplementedError: Unsupported cast from list to utf8 using function...

Thanks for such a quick reply. It solved my problem.

Hi, Is there any way to train the tokenizer in LatoutLMv2 for domain specific vocabulary?

I am trying LayoutLMv2 on a new dataset for question answering using the same code given in the notebook. I wanted to train and test it but not able to...