export CUDA_VISIBLE_DEVICES=7; FLAGS_benchmark=true GLOG_vmodule=executor=2,memory=10 GLOG_v=10 GLOG_logtostderr=1 python vgg16.py --device=GPU --batch_size=64 --data_set=flowers
export CUDA_VISIBLE_DEVICES=7; FLAGS_benchmark=true GLOG_vmodule=executor=2,memory=10 GLOG_v=10 GLOG_logtostderr=1 python resnet50.py --device=GPU --batch_size=64 --data_set=flowers > log/resnet64.log 2>&1