Open BOPsemi opened 4 years ago
I also tried to build some example on Docker I got the following errors
------------- errors ------------ import file mismatch: imported module 'test_onnx_matrix_conv2d_linear_int32_3x3_stride1_3x3_stride1' has this file attribute: /home/nngen/nngen/tests/onnx_matrix_conv2d_linear/test_onnx_matrix_conv2d_linear_int32_3x3_stride1_3x3_stride1.py which is not the same as the test file we want to collect: /home/nngen/nngen/tests/onnx_matrix_conv2d_transpose_linear/test_onnx_matrix_conv2d_linear_int32_3x3_stride1_3x3_stride1.py HINT: remove pycache / .pyc files and/or use a unique basename for your test file modules
I have the same issue. Does anyone have a solution?
Hello,
I tried to run an example, but I got the following errors /nngen/tests/onnx_matrix_conv2d_linear/test_onnx_matrix_conv2d_linear_int32_3x3_stride1_3x3_stride1.py which is not the same as the test file we want to collect:
Could you please help me how to fix it