Bailando icon indicating copy to clipboard operation
Bailando copied to clipboard

Out of Memory

Open lucaskingjade opened this issue 2 years ago • 1 comments

Hi there, When I run the second step as your instructions, I met the "out of memory" problem. I tried to debug the problem and found it is because the music_data is float64 and the memory is consumed rapidly when converting the list music_data to music_np. (in File "utils/functional.py"). Have you ever met the same problem like me? Is it possible to use float32 for training data(music_np) without decreasing the performance of the final model?

BTW: There are 120G of memory in my computer.

lucaskingjade avatar Jul 04 '22 07:07 lucaskingjade

Yes! It is feasible to do so. I am sorry for I did not clean the code sufficiently.

lisiyao21 avatar Jul 19 '22 09:07 lisiyao21