Sander
Sander
same error... http log: {"antiFlag":1,"message":"Forbid spider access","bfe_log_id":"9576621861689003963"}
emmm..... , I have a tmp solution, change get url way from baidu_get_image_url_using_api to baidu_image_url_from_webpage in image_downloader.py function crawl_image_urls, it can download.
pytorch1.11 onnx 1.12 onnxruntime 1.11 swin-transformer change flatten use reshape same error: onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running Reshape node. Name:'Reshape_1' Status Message:...
solve by: change recognition/arcface_torch/torch2onnx.py `torch.onnx.export(net, img, output, input_names=["data"], keep_initializers_as_inputs=False, verbose=False, opset_version=opset)` to ``` torch.onnx.export(net, img, output, input_names=["data"], output_names=['output'], dynamic_axes={ 'data': { 0:'batch', }, 'output':{ 0:'batch', } },keep_initializers_as_inputs=False, verbose=False, opset_version=opset) ```...
same , and not use MixtralForCausalLM , use Qwen2ForCausalLM (without MOE) have warning, not break the training process. even disable the trace cache, also have warning, but not break. ```...
same problem.
can anyone helps? @jnwatson @dw Thanks.