cainiaoPCW
cainiaoPCW
In file included from src/caffe/net.cpp:10:0: ./include/caffe/common.hpp:4:10: fatal error: boost/shared_ptr.hpp: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:585: recipe for target '.build_release/src/caffe/net.o' failed make: *** [.build_release/src/caffe/net.o] Error 1
run python3 inference.py test_sample/test_market.jpg --dataset market --model resnet50 ---------------------------------------------- RuntimeError: Error(s) in loading state_dict for ResNet50_nFC: Missing key(s) in state_dict: "class_0.classifier.1.weight", "class_0.classifier.1.bias", "class_0.classifier.1.running_mean", "class_0.classifier.1.running_var", "class_0.classifier.4.weight", "class_0.classifier.4.bias", "class_1.classifier.1.weight", "class_1.classifier.1.bias", "class_1.classifier.1.running_mean", "class_1.classifier.1.running_var",...
initialized! done ProposalNet with 60 proposal rnet run session and on copy to host
## 问题描述 - 错误信息 model ir_version: 6, op version: 11 shape inferencing ... Stopping at incomplete shape inference at Div: x2paddle_onnx__Sub_156 node inputs: name: "x2paddle_onnx__Div_152" type { tensor_type { elem_type:...
## 问题描述 基于pytorch模型直接使用PyTorch2Paddle转换工具将pytorch模型转换成Paddle的模型,转换时,出现以下报错: - 错误信息 > /usr/local/python3.7.5/lib/python3.7/site-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp load dataset... /usr/local/python3.7.5/lib/python3.7/site-packages/torch/functional.py:478: UserWarning:...