I was using Kaggle notebook for running my NN models but whenever ram usage reaches 13GB it stops the runtime and i have to start all from the beginning. The dataset is huge, almost 450gb so i don't want to shift on colab as i need to import it manually. So i want to know is there any similar problem in colab like kaggle where if it reaches Ram limit it will stop my runtime ?
Or is there any way us Kaggle dataset on colab ?
[Note: I'm using the basic version of Colab]