Closed ahihi closed 4 years ago
Make sure you're not trying a super long audio file. Try with for example 3 seconds of audio only to being. If you are still running into issues, try reducing the parameters, e.g. the number of filters from 4096 to 512. You can also increase the hop_length to reduce the memory footprint. 16 GB should be a lot though! Feel free to reopen if any issues.
hello,
i am trying to run
timedomain.py
on a system with 16GB RAM and running out of memory incompute_features()
. is there any simple way of running the computations in smaller batches? if not, how much RAM is required?