bill9800 / speech_separation

Include some core functions and model to handle speech separation
MIT License
153 stars 61 forks source link

about mkdir fun in AVHandler.py #6

Open kalerushikesh32 opened 5 years ago

kalerushikesh32 commented 5 years ago

There I think we need not have "cd" in function. If I am Wrong then correct me.

bill9800 commented 5 years ago

'cd' is used to change the target directory (on terminal). It will switch the current directory to where you provided. If you want to call functions provided in python, there is also a function called 'os.mkdir()'. However, we still need to define the target directory for it.