lindawangg / COVID-Net

COVID-Net Open Source Initiative
Other
1.15k stars 480 forks source link

running inference file is getting Killed. #41

Closed ankitdata closed 4 years ago

ankitdata commented 4 years ago

I am trying to inference for multiple input images (six of them) and getting below error it works fine for 4 input images.

2020-04-14 07:43:21.737334: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2020-04-14 07:43:21.748542: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz 2020-04-14 07:43:21.748968: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7f2a7c638260 executing computations on platform Host. Device s: 2020-04-14 07:43:21.749010: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): , Killed

PaulMcInnis commented 4 years ago

likely you need to reduce your batch size because it would appear you are running out of memory.

ankitdata commented 4 years ago

Hi PaulMcInnis,

my issue is resolve i just increase the vm size 4 times to 8CPUs worked for me .

I am closing this issue thanks.