SharifAmit / RVGAN

[MICCAI'21] [Tensorflow] Retinal Vessel Segmentation using a Novel Multi-scale Generative Adversarial Network
BSD 3-Clause "New" or "Revised" License
88 stars 20 forks source link

Killed error #14

Closed NurgulKaryagis closed 2 years ago

NurgulKaryagis commented 2 years ago

Hi,

I got this error. I tried to drop batch size, it didn't work.

Screenshot from 2022-03-08 09-38-25

System features as below: Screenshot from 2022-03-08 09-40-00

Thank you

SharifAmit commented 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.