Yijunmaverick / UniversalStyleTransfer

The source code of NIPS17 'Universal Style Transfer via Feature Transforms'.
MIT License
598 stars 91 forks source link

Removing unnecessary square root. #4

Open QuantamHD opened 6 years ago

QuantamHD commented 6 years ago

From my understanding the SVD sigma matrix contains the square root of the eigenvalues of the right and left singular vectors thus performing another square root is not required. I may however be incorrect.