silent email failure
Decode Trail Latest Questions
Asked: October 2, 2025In: Deep Learning
My model gives great accuracy on my laptop.When deployed on a server, predictions become inconsistent.The same input sometimes produces different outputs.Nothing crashes, but the behavior is unreliable.
Training loss decreases smoothly.Validation loss fluctuates.Regularization is enabled.Still, generalization is poor.
Asked: September 30, 2025In: Deep Learning
My CNN reaches over 95% accuracy on the training set.But on the test set it drops below 40%.The data comes from the same source.I feel the model is memorizing instead of learning.