statistics
▪ norm
▪ mean、sum
▪ prod
▪ max、min、argmin、argmax
▪ kthvalue、topk
v.s. normalize ,e.g. batch_norm
▪ matrix norm v.s. vector norm
▪ .topk
▪ Largest
▪ kthvalue
▪>, >=, <, <=, !=, ==
▪torch.eq(a, b)
▪torch.equal(a, b)
Tensor advanced operation
▪ Where
▪ Gather
example
retrieve global label
▪ argmax(pred) to get relative labeling
▪ On some condition, our label is dinstinct from relative labeling
retrieve label