I have a pc (i5,16G RAM) with windows 10 and 1080ti gpu. I've installed TF 1.4 , python anaconda 3.6 , cuda 8.0 and cuDNN v6.0.
I'm training ssd mobilenet object detector according to dtran's. The training runs slower than expected:
INFO:tensorflow:global step 14463: loss = 1.1131 (2.125 sec/step)
INFO:tensorflow:global step 14464: loss = 1.1103 (2.094 sec/step)
INFO:tensorflow:global step 14465: loss = 0.8764 (2.141 sec/step)
INFO:tensorflow:global step 14466: loss = 0.9378 (2.391 sec/step)
How can i tell if everything is working well and this the expected performance or if there's a problem ? is there a benchmark tool for TF u can just download, run and compare the results to expected ones ? Will a migration to ubuntu improve the results ?