jim-schwoebel / allie

🤖 An automated machine learning framework for audio, text, image, video, or .CSV files (50+ featurizers and 15+ model trainers). Python 3.6 required.
Apache License 2.0
141 stars 35 forks source link

Memory capacity reached #3

Closed jim-schwoebel closed 4 years ago

jim-schwoebel commented 5 years ago

If you use all the default audio featurizers, you may run into RAM memory limits for datasets 1000+ in size. This is fixable with more RAM memory.

I am not going to fix this because this is more of a hardware limitation than a bug. You can get around this by doing featurizations serially instead of all together.