xll426
xll426
File "predict.py", line 17, in r_image = efficientdet.detect_image(image) File "/home/404/efficientdet-pytorch-master/efficientdet.py", line 109, in detect_image detection = torch.cat([regression,classification],axis=-1) TypeError: cat() got an unexpected keyword argument 'axis' (yp) [root@localhost efficientdet-pytorch-master]#
bug
File "predict.py", line 17, in r_image = efficientdet.detect_image(image) File "/home/404/efficientdet-pytorch-master/efficientdet.py", line 109, in detect_image detection = torch.cat([regression,classification],axis=-1) TypeError: cat() got an unexpected keyword argument 'axis' (yp) [root@localhost efficientdet-pytorch-master]#
when I export onnx using maptr_nano_r18_110e.py RuntimeError: 0INTERNAL ASSERT FAILED at "../torch/csrc/jit/ir/alias_analysis.cpp":532, please report a bug to PyTorch. We don't have an op for aten::mul but it isn't a special...
When I convert on orin, I get an error, my torch version is 1.12 [03/31/2023-10:54:43] [TRT] [V] Searching for input: onnx::Greater_2181 [03/31/2023-10:54:43] [TRT] [V] node_of_onnx::And_2182 [Greater] inputs: [onnx::Greater_2180 -> (4,...
Traceback (most recent call last): File "tools/export_model.py", line 105, in main(args, cfg) File "tools/export_model.py", line 95, in main net.set_state_dict(state_dicts[net_name]) File "/home/xlx/miniconda3/envs/BSRN/lib/python3.8/site-packages/paddle/base/framework.py", line 716, in wrapper return func(*args, **kwargs) File "/home/xlx/miniconda3/envs/BSRN/lib/python3.8/site-packages/paddle/nn/layer/layers.py",...