hxzd5568 commented on issue #16044:
URL: https://github.com/apache/tvm/issues/16044#issuecomment-1993758516

   The question seems to be fixed at the lastest version 0.16.dev. Personally, 
I think it is a problem about argmax value on the special cases. In this 
example, the output is 
   ```
   {'v4_0': array([8, 8])} {'v14_0': array([[ 1.,  1.],
          [nan,  1.],
          [nan, nan],
          [nan, nan],
          [nan, nan],
          [nan, nan],
          [nan, nan],
          [nan, nan],
          [nan, nan]], dtype=float16), 'v24_0': array([8, 8])}
   ```
   Node v4_0 ouputs the max values' indices of the v14_0.
   However, nan can't be compared with a valid number.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to