graphpipe-go icon indicating copy to clipboard operation
graphpipe-go copied to clipboard

unexpected argument dilation

Open lxy5513 opened this issue 6 years ago • 0 comments

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

error: image

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

this is my input.json: image

lxy5513 avatar Jan 28 '19 03:01 lxy5513