NotJoeMartinez / APDL_Quality_Control

Computer Vision Quality control for the Advanced Particle Detector Laboratory at Texas Tech University
0 stars 1 forks source link

ValueError: `decode_predictions` expects a batch of predictions (i.e. a 2D array of shape (samples, 1000)). Found array with shape: (1, 7) #27

Closed NotJoeMartinez closed 3 years ago

NotJoeMartinez commented 3 years ago

While passing decode predictions to model.predict() I get this error

NotJoeMartinez commented 3 years ago

According to this stackoverflow post the decode_predictions tenserflow function requires a pertained model

NotJoeMartinez commented 3 years ago

this was an unrelated issue