Yijunmaverick / UniversalStyleTransfer

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

can't replay evaluation speed #9

Closed dypark86 closed 6 years ago

dypark86 commented 6 years ago

I want to test speed of UniversalStyleTransfer.

so i evaluate with below image at titan V

but 256*256 eval speed 2sec

how do you measure speed?

dypark86 commented 6 years ago

using mkl and blas solve this problem build torch with mkl and blas

close this issue Thanks