The 90% Nobody Talks About
I built a multimodal GAN and deployed it on GCP Vertex AI.
The model took 2 weeks. Everything else took 5 months.
Here's the "everything else":
→ 3 weeks building a data preprocessing pipeline
→ 3 weeks refactoring code for Vertex AI's opinions on project structure
→ A 1 AM debugging session because GPU quota silently ran out
→ Days fighting a CUDA version mismatch between local dev and cloud
→ Building monitoring, logging, and deployment automation from scratch
We romanticize the model in ML. We show architectures and loss curves.
We don't show the Dockerfile debugging at midnight.
That's the 90%. And it's where the actual engineering happens.
Full story: [https://pateladitya.dev/blog/the-90-percent-nobody-talks-about\]
#MLOps #MachineLearning #GCP #VertexAI #Engineering