francoisgermain / SpeechDenoisingWithDeepFeatureLosses

Speech Denoising with Deep Feature Losses
MIT License
183 stars 53 forks source link

[feature request] python3 inference support #12

Open vadimkantorov opened 5 years ago

vadimkantorov commented 5 years ago

I managed to run inference with Python3 by just replacing print sth by print(sth)