when I run python prediction_age_gender.py the code is automatically terminating
ype.
from ._conv import register_converters as _register_converters
Using TensorFlow backend.
/home/ubuntu/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/matplotlib/init.py:1067: UserWarning: Duplicate key in file "/home/ubuntu/.config/matplotlib/matplotlibrc", line #2
(fname, cnt))
/home/ubuntu/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/matplotlib/init.py:1067: UserWarning: Duplicate key in file "/home/ubuntu/.config/matplotlib/matplotlibrc", line #3
(fname, cnt))
2018-05-03 11:04:22.032230: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2018-05-03 11:04:29.405064: W tensorflow/core/framework/allocator.cc:101] Allocation of 47185920 exceeds 10% of system memory.
2018-05-03 11:04:29.548531: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory.
2018-05-03 11:04:29.658489: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory.
2018-05-03 11:04:29.788885: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:29.849619: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:29.914232: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.045267: W tensorflow/core/framework/allocator.cc:101] Allocation of 47185920 exceeds 10% of system memory.
2018-05-03 11:04:30.135313: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory.
2018-05-03 11:04:30.157469: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory.
2018-05-03 11:04:30.178977: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.189230: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.200952: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.237024: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory.
2018-05-03 11:04:30.272587: W tensorflow/core/framework/allocator.cc:101] Allocation of 47185920 exceeds 10% of system memory.
2018-05-03 11:04:30.394171: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.453613: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.499271: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.520698: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory.
2018-05-03 11:04:30.742592: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.770523: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.783489: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory.
2018-05-03 11:04:30.789356: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory.
2018-05-03 11:04:30.789426: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory.
2018-05-03 11:04:30.789451: W tensorflow/core/framework/allocator.cc:101] Allocation of 47185920 exceeds 10% of system memory.
Killed
`
when I run python prediction_age_gender.py the code is automatically terminating
ype
. from ._conv import register_converters as _register_converters Using TensorFlow backend. /home/ubuntu/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/matplotlib/init.py:1067: UserWarning: Duplicate key in file "/home/ubuntu/.config/matplotlib/matplotlibrc", line #2 (fname, cnt)) /home/ubuntu/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/matplotlib/init.py:1067: UserWarning: Duplicate key in file "/home/ubuntu/.config/matplotlib/matplotlibrc", line #3 (fname, cnt)) 2018-05-03 11:04:22.032230: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2018-05-03 11:04:29.405064: W tensorflow/core/framework/allocator.cc:101] Allocation of 47185920 exceeds 10% of system memory. 2018-05-03 11:04:29.548531: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory. 2018-05-03 11:04:29.658489: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory. 2018-05-03 11:04:29.788885: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:29.849619: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:29.914232: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.045267: W tensorflow/core/framework/allocator.cc:101] Allocation of 47185920 exceeds 10% of system memory. 2018-05-03 11:04:30.135313: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory. 2018-05-03 11:04:30.157469: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory. 2018-05-03 11:04:30.178977: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.189230: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.200952: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.237024: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory. 2018-05-03 11:04:30.272587: W tensorflow/core/framework/allocator.cc:101] Allocation of 47185920 exceeds 10% of system memory. 2018-05-03 11:04:30.394171: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.453613: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.499271: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.520698: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory. 2018-05-03 11:04:30.742592: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.770523: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.783489: W tensorflow/core/framework/allocator.cc:101] Allocation of 18874368 exceeds 10% of system memory. 2018-05-03 11:04:30.789356: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory. 2018-05-03 11:04:30.789426: W tensorflow/core/framework/allocator.cc:101] Allocation of 37748736 exceeds 10% of system memory. 2018-05-03 11:04:30.789451: W tensorflow/core/framework/allocator.cc:101] Allocation of 47185920 exceeds 10% of system memory. Killed `