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

Channel Last Tensor save/read fails occasionally #2494

Open
djeong20 opened this issue Feb 28, 2024 · 1 comment
Open

Channel Last Tensor save/read fails occasionally #2494

djeong20 opened this issue Feb 28, 2024 · 1 comment

Comments

@djeong20
Copy link
Contributor

nntrainer_Tensor.save_read_01_nhwc_p unit test failure has occurred on the local machine as follows.

[ RUN      ] nntrainer_Tensor.save_read_01_nhwc_p
../test/unittest/unittest_nntrainer_tensor_nhwc.cpp:3742: Failure
Expected equality of these values:
  target
    Which is: <N9nntrainer6TensorE at 0x7ffc36ed5080>
data addr: 0x55dac0b76bf0
Shape: 3:4:5:6 [ FP32 : NHWC ]
[1 1 1 ... 357 357 357]

  readed
    Which is: <N9nntrainer6TensorE at 0x7ffc36ed5190>
data addr: 0x55dac0b771a0
Shape: 3:4:5:6 [ FP32 : NHWC ]
[1 2 3 ... 358 359 360]

../test/unittest/unittest_nntrainer_tensor_nhwc.cpp:3746: Failure
Expected equality of these values:
  status
    Which is: -1
  0
[  FAILED  ] nntrainer_Tensor.save_read_01_nhwc_p (0 ms)

Despite several attempts, I couldn't reproduce it, so I'm leaving it as a known issue.

@taos-ci
Copy link
Collaborator

taos-ci commented Feb 28, 2024

:octocat: cibot: Thank you for posting issue #2494. The person in charge will reply soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants