High RAM usage acoustic model
lethanhson9901 opened this issue · 3 comments
lethanhson9901 commented
lethanhson9901 commented
I've tried to decrease batch size to 16 but it's not work
NTT123 commented
There are two ways to resolve this issue:
- use machines with more RAM. Google Colab allows users to select machine with more RAM at
Runtime -> Change runtime type
- modify the following function to prevent it loading all data to memory.
vietTTS/vietTTS/nat/data_loader.py
Line 85 in 346d467
lethanhson9901 commented
How about this solution: shuffle data and divide into 2-3 part and training sequentially each part ?
Does this solution lead to worse result or not ?