fcogidi / X3D-tf

An implementation of the X3D video recognition architecture in TensorFlow/Keras
MIT License
15 stars 3 forks source link

prediction problem #2

Open Xrigok opened 3 years ago

Xrigok commented 3 years ago

Hi! My issue: I trained a X3D-M model. when I use model.predict function, if input data that have same classes, the results is incorrect; if different classes, the results is correct. Why have this issue? Please reply to me, thanks.