wyc-ruiker commented on issue #5041: [TFLITE]DepthToSpace and SpaceToDepth support URL: https://github.com/apache/incubator-tvm/pull/5041#issuecomment-601820301 @siju-samuel OK....But when I run TFLite test scripts in Tensorflow r2.1 and r1.15, there is another error.... > Traceback (most recent call last): > > File "test_forward.py", line 1795, in <module> > test_all_elemwise() > > File "test_forward.py", line 1019, in test_all_elemwise > _test_forward_elemwise(partial(_test_add, fused_activation_function="RELU6")) > > File "test_forward.py", line 995, in _test_forward_elemwise > np.arange(1.0, 7.0, dtype=np.float32).reshape((2, 1, 1, 3))]) > > File "test_forward.py", line 881, in _test_add > return _test_elemwise(math_ops.add, data, fused_activation_function, quantized, qnn_op) > > File "test_forward.py", line 835, in _test_elemwise > compare_tflite_with_tvm(data, ['in_0:0', 'in_1:0'], in_data, [out]) > > File "test_forward.py", line 181, in compare_tflite_with_tvm > tflite_model_buffer = converter.convert() > tensorflow.lite.python.convert.ConverterError: See console for info. > 2020-03-20 23:23:09.109906: I tensorflow/lite/toco/graph_transformations/graph_transformations.cc:39] Before Removing unused ops: 2 operators, 4 arrays (0 quantized) > 2020-03-20 23:23:09.110077: I tensorflow/lite/toco/graph_transformations/graph_transformations.cc:39] Before general graph transformations: 2 operators, 4 arrays (0 quantized) > Fatal Python error: Segmentation fault
---------------------------------------------------------------- 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] With regards, Apache Git Services
