xuanjihe / speech-emotion-recognition

speech emotion recognition using a convolutional recurrent networks based on IEMOCAP
389 stars 142 forks source link

Exceeds 10% of system memory #13

Closed hirunifernando closed 6 years ago

hirunifernando commented 6 years ago

Hi xuanjihe, I got the system memory issue as mentioned below. To train the model I m using 8 GB RAM and Processor - i7 . Can you give a solution for that? And I would like to know that how much memory needs to do the training process and are they any modifications to optimize the code. Thank u.

2018-08-31 10:13:53.134003: W T:\src\github\tensorflow\tensorflow\core\framework\allocator.cc:101] Allocation of 5357568000 exceeds 10% of system memory

xuanjihe commented 6 years ago

you can reduce the batch size for every timestep, including the evaluation stage.