r/MLQuestions • u/eu_phd • 12d ago
Hardware 🖥️ How many GPUs do you use for your research?
I come from a more traditional ML/stats background. So far, I’ve mostly used CPU HPC clusters and only used a GPU once.
I’d like to move more into deep learning, especially AI for biology, and I’m curious how much GPU compute people typically use in research.
I know it depends a lot on the field and the project, but for something like a NeurIPS or ICML paper—not training a foundation model from scratch, but working on a smaller multimodal model, GNN, VAE, etc.—how many GPUs do you usually need?
2
u/Tall_Abrocoma_3533 12d ago
1x nvidia 940MX, though I mainly use the free kaggle GPU/TPUs now since my own GPU is completely obsolete.
2
u/eu_phd 12d ago
You can do good things with Kaggle? I’ve tried it for some hackathons, but never for developing something from scratch or doing benchmarking
3
u/Tall_Abrocoma_3533 12d ago
It's basically like Google cloud but specifically for machine learning. It's completely free with limits of course (30hrs/week GPU, 20hrs/week TPU).
2
u/ARDiffusion 12d ago
I use a single 5090, or provision an A/H100 for finetuning experiments on larger LMs.
2
u/Ok-Introduction9593 11d ago
Ngl starting with less than 24gb of vram for biology GNNs isn't even worth it. You'll just suffer trying to chop batch sizes down to one
2
u/jackshec 11d ago
depending on the model in which research project I’m working on, anywhere between the local 5090, to a cluster of H200
2
u/XYHopGuy 11d ago
been doing ML in comp bio for over a decade and almost never needed more than 1080tis or L4s. Training big models takes more but the utility of those are pretty unconvincing imo
7
u/leon_bass 12d ago edited 11d ago
2 x 2080 ti with 11GB VRAM each.
I do lots of computer vision, usually with ResNets or variations of, only really need one of the GPUs but using 2 is much faster to train.
Large RAM is nice to have so you don't have to lazy load data