Ben-Louis / Deep-Image-Analogy-PyTorch

A python implementation of Deep-Image-Analogy based on pytorch.
MIT License
182 stars 42 forks source link

Runtime can be reduced #11

Closed shuzy17 closed 3 years ago

shuzy17 commented 3 years ago

I use numba instead of parallel computing. The PatchMatch process runtime can be reduced. Python is not good for 'for' loops and numba can solve this. The main time cost is in the LBFGS process.