xuanjihe / speech-emotion-recognition

speech emotion recognition using a convolutional recurrent networks based on IEMOCAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exceeds 10% of system memory

hirunifernando opened this issue · comments

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

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