You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: