I have implemented VGG network in TensorFlow and it's already trained. I also have Amazon Web Services p2.xlarge instance(Nvidia Tesla K80, 12GB) with installed the Deep Learning AMI for Amazon Linux Version from AWS marketplace.
When I am using the network the image processing takes about 30 seconds, which is way too long compared to the same network used on TITAN X took 1-2 seconds.
Does anyone has experience with this or any suggestions how to fix this issue?