我从这里(https://github.com/balancap/SDC-Vehicle-Detection)运行tensorflow / ssd_vehicle_detection,使用更宽的脸部检测数据集。在创建了tfrecords并编写了train命令后,我得到了这个:
INFO:tensorflow:开始会话
INFO:tensorflow:启动队列
INFO:tensorflow:global_step / sec:0
INFO:tensorflow:global_step / sec:0
INFO:tensorflow:global_step / sec:0.0172539
INFO:tensorflow:global_step / sec:0
INFO:tensorflow:global_step / sec:0
INFO:tensorflow:global_step / sec:0.0167292
...
有什么问题吗?损失在哪里?网络培训是错误的吗?
答案 0 :(得分:0)
我找到了。你只需要等到训练开始:
INFO:tensorflow:全球第10步:亏损 - 0.6134(90.89秒/步)