Tutorial for creating multi-task age and gender estimator in Tensorflow https://medium.freecodecamp.org/how-to-build-an-age-and-gender-multi-task-predictor-with-deep-learning-in-tensorflow-20c28a1bd447
docker pull -t colemurray/age-gender-estimation-tutorial
# CPU:
docker build -t colemurray/age-gender-estimation-tutorial .
# GPU
docker build -t colemurray/age-gender-estimation-tutorial -f Dockerfile.gpu .