TensorRT_yolo3_module icon indicating copy to clipboard operation
TensorRT_yolo3_module copied to clipboard

Determine the environment

Open zcc720 opened this issue 5 years ago • 1 comments

Can you share your TensorRT&onnx&pytorch version? When I run, I encounter the following errors,I suspect that different versions resulted. onnx 1.5 Tensorrt TensorRT-5.1.5.0 Traceback (most recent call last): File "weight_to_onnx.py", line 670, in main() File "weight_to_onnx.py", line 663, in main onnx.checker.check_model(yolov3_model_def) File "/home/zcc/anaconda3/envs/py27/lib/python2.7/site-packages/onnx/checker.py", line 86, in check_model C.check_model(model.SerializeToString()) onnx.onnx_cpp2py_export.checker.ValidationError: Op registered for Upsample is depracted in domain_version of 10

zcc720 avatar May 28 '19 09:05 zcc720

try onnx=>1.2 or 1.0

ruyijidan avatar Jul 10 '19 06:07 ruyijidan