[Bug] No files downloaded in specified folder
- Dominant language
- Python
- Stars
- 28.4k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
hey,
so i got to know about spleeter from a friend and I wanted to mess around a bit. So i copied the code from the documentation but I am not getting any audio files as an output in the folder i specified.
CODE:
separator = Separator('spleeter:2stems')
separator.separate_to_file(File_loc,destination= 'Output folder', synchronous=False, bitrate='320k', codec='mp3')
| | |
| ----------------- | ------------------------------- |
| OS | Windows |
| Installation type | pip |
| RAM available | 8Gb |
The program runs with a warning
> 2020-09-23 14:27:17.548889: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 453206016 exceeds 10% of system memory.
Programs ends successfully without any error. But there are no files produced.
Any help will be appreciated. Thank you
Contributor guide
Research direction
Start by reproducing the Python snippet on Windows with the stated pip installation, checking the destination folder and whether asynchronous processing has completed. The issue is resolved when the command reliably creates the expected audio files in the specified output folder or reports a clear actionable error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100