sunshineatnoon/LinearStyleTransfer

Question about the Gram matrix

diaodeyi opened this issue · 0 comments

About the gram matrix in code:
return G.div_(c*h*w)
Why here use the div function and use the chw , shouldn't we use MSE directly to the matrix's elements?