ZFTurbo / Music-Source-Separation-Training

Repository for training models for music source separation.
MIT License
491 stars 68 forks source link

Refactor directory creation logic #74

Closed hunterhogan closed 2 months ago

hunterhogan commented 2 months ago

os.makedirs is "Super-mkdir; create a leaf directory and all intermediate ones. Works like mkdir, except that any intermediate path segment (not just the rightmost) will be created if it does not exist. If the target directory already exists [and exist_ok=True] no exception is raised."