Open lxy5513 opened 5 years ago
This is my run code:
docker run -it --rm -e https_proxy=${https_proxy} -p 9000:9000 -v "$PWD:/models/" sleepsonthefloor/graphpipe-onnx:cpu --model=/models/simple_pose.onnx --value-inputs=/models/input.json --listen=0.0.0.0:9000
Hi, when I deploy onnx model, the error occured:
Don't konw how to map unexcepted argument dilations( form operator ConvTranspose)
could you please tell me how to fix the problem ?
Thanks in advance