Closed NurgulKaryagis closed 2 years ago
Hi,
We used TF-gpu with 16GB of GPU memory, to train our model in google colab. Also, there were around 20GB of RAM memory which was available during training.
Given your system only has 15.3 GB of RAM in total for running the model, I am assuming you are facing out of memory issue. Hence the linux process was killed without throwing any issue.
You can check the following issue in Tensorflow regarding your particular problem.
Link https://github.com/tensorflow/models/issues/3497
Closing this issue, as it is not related to our particular model.
Hi,
I got this error. I tried to drop batch size, it didn't work.
System features as below:
Thank you