graphpipe icon indicating copy to clipboard operation
graphpipe copied to clipboard

unexpected argument dilation

Open lxy5513 opened this issue 7 years ago • 1 comments

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

lxy5513 avatar Jan 28 '19 03:01 lxy5513

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

lxy5513 avatar Jan 28 '19 03:01 lxy5513