This repository was archived by the owner on Aug 30, 2018. It is now read-only.

Description
Hi,
I'm trying to convert caffe2 model to onnx model, but simply type convert-caffe2-to-onnx will get this error : "Segmentation fault (core dumped)".
I have tried the following environments :
Ubuntu 16.04.4 LTS, Python 3.6 Caffe2 CPU;
Ubuntu 16.04.4 LTS, Python 3.6 Caffe2 GPU CUDA 9.0 CuDNN7;
Caffe2 docker Ubuntu 16.04.2 LTS, Python 2.7 Caffe2 CPU;
They all get the same result.