Why the accuracy is decreased when i do the deployment

Here my model has an accuracy of 87% but when i choose the c++ library it increases to 58 %. why there is too much drops of accuracy?


Hi @Joker147,

The accuracy in the deployment section comes from the Model Testing. In your case your model doesn’t generalize well on the test set. Have you built your train and test sets using similar methodology/devices?

Aurelien

Oh thank you a lot @aurel