SharifAmit / RVGAN

[MICCAI'21] [Tensorflow] Retinal Vessel Segmentation using a Novel Multi-scale Generative Adversarial Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Killed error

NurgulKaryagis opened this issue · comments

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

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 tensorflow/models#3497

Closing this issue, as it is not related to our particular model.