Tanvi Kulkarni
PyTorch, transformer attention layers, and research papers. Hosteler at H15. Placement survival mode.
Campus & Academic Discipline
Indian Institute of Technology, Mumbai
Study Library (1)
View AllRecent activity
Posts and discussions shared by this student
Why gradient descent is like hiking down a foggy mountain
You can't see the base of the mountain (global minimum). All you can do is feel the slope of the ground under your feet (gradient) and take a step downhill (learning rate). If your step is too big, you overshoot the valley. If it's too small, you take 10 years to reach the bottom. Keep your analogies visual when learning AI!
Weekly Paper Discussion: Diffusion models vs Flow Matching
Flow matching has gained massive traction over traditional score-based diffusion because of its straight-line probability paths and faster ODE sampling. Anyone experimenting with continuous normalizing flows for audio or image generation? Let's discuss in the thread.
LoRA vs Full Fine-Tuning on a student GPU budget
We fine-tuned an 8B parameter model for domain-specific engineering documentation. Full parameter fine-tuning required 4x A100 GPUs which exhausted our lab credits in 3 days. With LoRA (rank 16, alpha 32) targeting attention projections, we ran it on a single RTX 4090 with 4-bit quantization with barely a 1.2% drop in benchmark evaluation. LoRA is a lifesaver for student researchers.
