birchmi

Results 5 comments of birchmi

‘’‘ hello,请问这个问题解决了吗?我也遇到同样的问题’‘’ 解决了

python ./tools/infer/predict_rec.py --image_dir ./doc/imgs/plate_1.jpg --rec_model_path ./pt_models/rec_models/rec_mv3_tps_bilstm_att_v2.0_infer.pth {'fc_decay': 4e-05, 'in_channels': 96} Traceback (most recent call last): File "./tools/infer/predict_rec.py", line 294, in main(utility.parse_args()) File "./tools/infer/predict_rec.py", line 263, in main text_recognizer = TextRecognizer(args)...

> @WeileiZeng I know how to config the dataset, the question is how to download the original model and convert it into hugging face format, since I follow the official...

> @flowerzero I have the 24G3090 as well. @HonestyBrave I have been able to sort the problem in my case by downloading fresh LLAMA-7B and LLAMA-13B weights from Huggingface. So...

> @zxcvbn114514 我解决了,把服务器IP加进去就好 ,这样:demo.launch(server_name="xx.xxx.xxx.xxx", share=True, enable_queue=True) > > 不过这个起来还要梯子就想不通,明明是在本地 > > 后来我上传图片,接着输入对话内容,然后报下面错,你有遇到吗? Traceback (most recent call last): File "/home/shenjh/anaconda3/lib/python3.8/site-packages/gradio/routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "/home/shenjh/anaconda3/lib/python3.8/site-packages/gradio/blocks.py", line...