oracle / graphpipe

Machine Learning Model Deployment Made Simple
https://oracle.github.io/graphpipe
Other
720 stars 103 forks source link

unexpected argument dilation #15

Open lxy5513 opened 5 years ago

lxy5513 commented 5 years ago

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 commented 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