-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process getting Killed #3
Comments
Thanks for posting this issue, I am looking at it and will post a solution soon. |
It looks like your computer's memory is running out which is why the process is getting killed. This is happening during loading the preprocessed data which is huge and runs over 25 GB so make sure you have that much RAM available. Next time, please monitor your RAM while the program is running and let me know if you memory is not the problem. |
Thanks. My computer's memory is 32 GB but it could be other processes are running in the background. Is there a way to old the data with limited ram like breaking it apart or the only solution is to use computer with more memory? |
You can download the raw data from this website: https://datashare.is.ed.ac.uk/handle/10283/3336
But this whole thing will take you a few hours. My suggenstion is that you can write a seperate python script, load the traiining, validation and test data one by one and save a subset of them onto your local computer. In this case, you will be decreasing the data for neural network which is not good. Another thing is that you can save the preprocessed data in HDF5 format on your disk which can be read directly by neural net. This is the most memory efficient solution. Let me know if these ideas help. |
The link to download the data in this project seems to be invalid. Can you provide the data or link in the project? |
We are trying to run https://github.com/dessa-public/fake-voice-detection and got the following error and the process is getting killed. Not sure if you could help with this.(fake_voice)
The text was updated successfully, but these errors were encountered: