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
In this line, the indice is of type long int, and the d is also an int. however, the results of / maybe a float type number, resulting in an error in the following calculation.
Can you help me with this line? What is it about?
The text was updated successfully, but these errors were encountered:
JasonGUTU
changed the title
Erro人
Error in _prob2cornerflow() function
May 3, 2021
@josephinemonica I don't think it matters as the indices can only be positive number and floor and trunc will give you the same result for positive number.
hd3/models/hd3_ops.py
Line 207 in 84792e2
In this line, the indice is of type long int, and the d is also an int. however, the results of / maybe a float type number, resulting in an error in the following calculation.
Can you help me with this line? What is it about?
The text was updated successfully, but these errors were encountered: