sovit-123 / fasterrcnn-pytorch-training-pipeline

PyTorch Faster R-CNN Object Detection on Custom Dataset
MIT License
223 stars 77 forks source link

Training with GPU #50

Closed dev2y closed 1 year ago

dev2y commented 1 year ago

What is your goto Hardware setup for training? Is it Windows desktop with NVidia GPU or you usually run it on AWS/Azure?

sovit-123 commented 1 year ago

@dev2y For most deep learning tasks, I use Ubuntu. I have a local RTX 3080 GPU which allows me to do some mid-high level experiments locally before any major push to projects.

dev2y commented 1 year ago

cool. thanks