InternetExplorer9
Results
2
issues of
InternetExplorer9
Code: ``` def run_onnx_in_caffe2(args, message_tensor): # Load the ONNX ModelProto object. model is a standard Python protobuf object model_onnx = onnx.load(args.output_path) # prepare the caffe2 backend for executing the model_onnx...