NVIDIA / FastPhotoStyle

Style transfer, deep learning, feature transform
Other
11.11k stars 1.2k forks source link

Quick solution for division by Zero #99

Open phmalek opened 4 years ago

phmalek commented 4 years ago

To avoid division by zero, a lower bound is specified for the divisor. torch.svd cannot handle infinties. closes #13, closes #97