calmiLovesAI / TensorFlow2.0_SSD

A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .
MIT License
82 stars 43 forks source link

valueerror #1

Open yaogengcheng opened 4 years ago

yaogengcheng commented 4 years ago

运行到Epoch: 1/50, step: 11/1713, loss: 1.68236, accuracy: 0.13500, mse: 0.32271 就报出下面的错误:

ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type numpy.ndarray).

yeyupiaoling commented 4 years ago

代码好像更新了,你看看