errors when I was using huggingface to load pretrained_weights
Hi!I am using huggingface to the pretrained_weights of layoutlm_large_500k_epoch_1.But huggingface shows me the errors as below:
Traceback (most recent call last):
File "D:\SoulCode\PaddleDetection\DocBank\DocBank_infer.py", line 8, in
Codes as below: from transformers import AutoTokenizer,LayoutLMForTokenClassification
import torch
tokenizer = AutoTokenizer.from_pretrained('D:\Download\layoutlm_large_500k_epoch_1') model = LayoutLMForTokenClassification.from_pretrained("D:\Download\layoutlm_large_500k_epoch_1")
How can I deal with it?Thanks!
The same problem! Do you resovle this issules? <3
It seems that you should use unlim instead of huggingface.Please refer to offical codes.
| | @.*** | | @.*** |
---- Replied Message ---- | From | Enming @.> | | Date | 04/25/2023 22:01 | | To | @.> | | Cc | @.>@.> | | Subject | Re: [doc-analysis/DocBank] errors when I was using huggingface to load pretrained_weights (Issue #42) |
The same problem! Do you resovle this issules? <3
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>