My image classifier performs very well on bright daylight photos.When images are darker or taken indoors, accuracy drops sharply.The objects are still the same.Only the lighting seems different.
Decode Trail Latest Questions
I am training a deep network for a regression task.The loss drops initially but then stops changing.Even after many epochs it never improves.The model is clearly underperforming.
The agent performs well in simulation.When deployed in the real world, it makes strange decisions.The physics is slightly different.Small changes lead to big failures.
The system performs well in offline tests.Under real user traffic, errors appear.Latency increases and predictions degrade.The same model is running.
I fine-tuned a Transformer model without any memory issues.But when I call model.generate(), CUDA runs out of memory.This happens even for short prompts.Training worked fine, so this feels confusing.
My GAN generates images but they look washed out.Many samples look almost identical.Training loss looks stable.But the visual quality never improves.
I added thousands of new user interactions to my training dataset.Instead of improving, the recommendation quality dropped.Users are now getting irrelevant suggestions.It feels like more data made the model less accurate.
My model uses both image and text inputs.It works well when both are provided.If one modality is missing, outputs become random or broken.Real-world data is often incomplete.