DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
347 stars 132 forks source link

训练问题 #150

Closed EvaneSnow closed 3 years ago

EvaneSnow commented 3 years ago

你好,我使用train.py训练时,程序加载完了cuda,cudnn等库后,开始打印损失值前,代码就卡住啦,一直不运行,也不报错,这是什么问题呢?

EvaneSnow commented 3 years ago

@yangxue0827

yangxue0827 commented 3 years ago

tfrecord里没有数据是空的

EvaneSnow commented 3 years ago

衷心感谢你,我之前做的tfrecord是有数据的,不知道为啥重新做下,又没有啦,又重弄了哈,又有数据啦,谢谢。