My GAN generates faces.But many look distorted or unnatural.Eyes and mouths appear in wrong positions.The training seems stable, but outputs are flawed.
Home/Shreya Jain/Questions
Decode Trail Latest Questions
Asked: July 30, 2025In: Deep Learning
I trained an LSTM for next-word prediction on text data.The training loss decreases normally.But when I generate text, it repeats the same token again and again.It feels like the model is ignoring the sentence.
I upgraded to a GPU with much more VRAM.I increased the batch size to use the available memory.Now the training is noticeably slower per epoch.There are no errors, but performance feels worse than before.
Asked: February 14, 2025In: Deep Learning
I trained an object detection model on a mixed dataset containing people, vehicles, and small objects like phones and traffic signs.The model detects large objects such as cars and people very reliably.However, it almost completely ignores smaller objects, ...