u99127 commented on issue #5406:
URL: https://github.com/apache/incubator-tvm/issues/5406#issuecomment-617812383
This is the failure in the build and test run.
`
> 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 <module>
E Segmentation fault (core dumped)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]