lalitr994
lalitr994
Hi @NielsRogge I am using custom dataset for Fine_tuning_LayoutLMv2ForSequenceClassification_on_RVL_CDIP.ipynb notebook. for 500,600 examples training accuracy is 97 % and inference by the trained model is also correct. but when I...
I am getting this error when I am loading onnx model in onnxruntime for layoutlmv2 Type Error: Type parameter (T) bound to different types (tensor(double) and tensor(float) in node ()
Anyone tried inference with v3 trained model via git. I am getting RuntimeError: The size of tensor a (397) must match the size of tensor b (200) at non-singleton dimension...
When "Creating features from dataset file at .", this code consumes too much memory (I have a 110G machine). This makes me can not run this code. Is it possible...
Right now I am able to get start logits and end logits from the model output. but these logits contain features and examples. How can I get the start and...