|
out, indice = max_pool(avg_pool(pr)) |
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?