ProGamerGov / neural-style-pt

PyTorch implementation of neural style transfer algorithm
MIT License
833 stars 178 forks source link

Add -normalize_gradients parameter #84

Closed ProGamerGov closed 3 years ago

ProGamerGov commented 3 years ago

I think that I finally figured out how to implement -normalize_gradients in PyTorch! Though it may not yet be perfect, so please report any issues you come across with it.

https://github.com/ProGamerGov/neural-style-pt/issues/26 https://github.com/ProGamerGov/neural-style-pt/issues/43 https://github.com/ProGamerGov/neural-style-pt/issues/46 https://github.com/ProGamerGov/neural-style-pt/issues/55