Guoxu Liu

Results 2 comments of Guoxu Liu

`tensor.max(1)` will return the score and its corresponding index, together. Here we just want to get the score, which has the index of 0.

I am also confused with this line. Have you solved it? If so, can you give some explanation. Thanks.