Chaitanya Sri Krishna Lolla
Chaitanya Sri Krishna Lolla
I have installed using source (pip install onnx)
@bddppq No, I don't have conda virtual environment setup, I'm trying directly using pip install. Also, I have installed protobuf and protoc from github source and I have installed numpy...
@bddppq I am using Ubuntu 16.04 Here are the outputs you asked for: %ldd /home/chaitanya/.local/lib/python2.7/site-packages/onnx/onnx_cpp2py_export.so ``` linux-vdso.so.1 => (0x00007ffd2ad53000) libprotobuf.so.9 => /usr/lib/x86_64-linux-gnu/libprotobuf.so.9 (0x00007f0f3edc6000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f0f3ebb0000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0...
I am getting the following output : ``` nm: /usr/lib/x86_64-linux-gnu/libprotobuf.so.9: no symbols ```
I tried a fresh installation of caffe2, protobuf, onnx and onnx-caffe2 Also, I have used conda installation for onnx. Now the above error doesn't show up, however I am getting...
@bddppq the size of the file is around 4mb and i forgot to export. However, I have tried by using a simple CIFAR 10 network. I took a caffemodel of...
@jerryzh168 I get the following error while I try to translate using --remove_legacy_pad Traceback (most recent call last): File "caffe_translator.py", line 853, in input_dims=args.input_dims File "caffe_translator.py", line 259, in TranslateModel...
@jerryzh168 Please find the trained [caffemodel](https://www.dropbox.com/s/843zupwr2tciv3r/cifar10_quick_iter_4000.caffemodel?dl=0)
Here is my [prototxt](https://github.com/BVLC/caffe/blob/master/examples/cifar10/cifar10_quick_train_test.prototxt) file used.
@jerryzh168 I tried it again and im still getting the same issue. Can you post the command on how you were executing the translator. Thanks.