drethage / speech-denoising-wavenet

A neural network for end-to-end speech denoising
MIT License
673 stars 164 forks source link

No optparse in python3 #35

Open ucas010 opened 5 years ago

ucas010 commented 5 years ago

Dear,

In the python3+,No module named optparse, I find the instruction that "Deprecated since version 2.7: The optparse module is deprecated and will not be developed further; development will continue with the argparse module." and the link is here,

but could it be used with argparse ?