OSError

#1
by SaraAmd - opened

keep getting this error “OSError: Couldn't reach server at './model/layoutlmv3-base-finetuned-publaynet/config.json' to download configuration file or configuration file is not a valid JSON file. Please check network or file content here: ./model/layoutlmv3-base-finetuned-publaynet/config.json.”
when I run the suhhested command in md file in https://github.com/microsoft/unilm/tree/master/layoutlmv3 for testing the fine-tuned model for object detection
python train_net.py --config-file cascade_layoutlmv3.yaml --eval-only --num-gpus 1
MODEL.WEIGHTS /path/to/layoutlmv3-base-finetuned-publaynet/model_final.pth
OUTPUT_DIR /path/to/layoutlmv3-base-finetuned-publaynet

I downloaded the model by using wget https://huggingface.co/HYPJUDY/layoutlmv3-base-finetuned-publaynet

SaraAmd changed discussion status to closed

Sign up or log in to comment