xrenaa / Human-Motion-Analysis-with-Deep-Metric-Learning

pytorch implement of this paper: https://arxiv.org/abs/1807.11176
50 stars 8 forks source link

loss function #5

Open SongerPhil opened 3 years ago

SongerPhil commented 3 years ago

Hello, in the code, L2_Norm changes the 175128-dimensional vector to a 175-dimensional vector, and then the view becomes 725, which contains X, X+. Why?