4

I was trying to apply a deep learning algorithm(CNN) in python but after separating training-testing data and transforming time series to image step my Colab Notebook crashed and restarted itself again.

It gives an error like "Your session crashed after using all RAM" and when I checked app.log I saw something about tcmalloc: large alloc. I didn't find anything to fix this crashed.

Do you have any idea how to prevent this warning and fixed this situation?

4

1 回答 1

2

您的会话用完了所有可用的 RAM。您可以购买Colab Pro以获得额外的 RAM,或者您可以使用更高 RAM 的机器并在那里使用神经网络

于 2021-03-24T20:50:37.393 回答