The Wayback Machine - https://web.archive.org/web/20200615092908/https://github.com/apache/incubator-tvm/issues/5406
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tflite testsuite issue with tflite 2.1.0 (test_elemwise(partial(add, "RELU6"))) #5406

Open
u99127 opened this issue Apr 22, 2020 · 1 comment

Comments

@u99127
Copy link
Contributor

@u99127 u99127 commented Apr 22, 2020

As documented in #5392 using the packages for tflite and tensorflow 2.1.0 the test as in the subject line segfaults. It has now been skipped in the testsuite but this needs to be fixed.

@u99127
Copy link
Contributor Author

@u99127 u99127 commented Apr 22, 2020

This is the failure in the build and test run in the tflite converter.

`

    raise ConverterError("See console for info.\n%s\n%s\n" % (stdout, stderr))

E tensorflow.lite.python.convert.ConverterError: See console for info.
E 2020-04-22 14:25:04.973317: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer.so.6'; dlerror: libnvinfer.so.6: cannot open shared object
file: No such file or directory; LD_LIBRARY_PATH:
E 2020-04-22 14:25:04.973380: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer_plugin.so.6'; dlerror: libnvinfer_plugin.so.6: cannot open
shared object file: No such file or directory; LD_LIBRARY_PATH:
E 2020-04-22 14:25:04.973388: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:30] Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
E 2020-04-22 14:25:05.600205: I tensorflow/lite/toco/graph_transformations/graph_transformations.cc:39] Before Removing unused ops: 2 operators, 4 arrays (0 quantized)
E 2020-04-22 14:25:05.600303: I tensorflow/lite/toco/graph_transformations/graph_transformations.cc:39] Before general graph transformations: 2 operators, 4 arrays (0 quantized)
E Fatal Python error: Segmentation fault
E
E Current thread 0x00007f4ad17cc700 (most recent call first):
`

E File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/lite/toco/python/toco_from_protos.py", line 56 in execute
E File "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 250 in _run_main
E File "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 299 in run
E File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/platform/app.py", line 40 in run
E File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/lite/toco/python/toco_from_protos.py", line 93 in main
E File "/usr/local/bin/toco_from_protos", line 8 in
E Segmentation fault (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.