Submitted by zveroboy152 t3_zwtgqw in MachineLearning
Greetings!
​
Recently I was asked about a budget AI / ML workload, and decided to test it against some of my own lab GPUs.
​
I'll be adding more tests, and benchmarks over time, but below is a link to my website where I covered it. As well as the code I wrote to benchmark them.
​
Hopefully this helps someone out there. :-)
​
https://www.zb-c.tech/2022/12/26/pytorch-drag-race-tesla-k80-performance/
learn-deeply t1_j1xjm5p wrote
This benchmark is not representative of real models, making the comparison invalid. The model has ~5,000 parameters, while the smallest resnet (18) has 10 million parameters. You're essentially just comparing the overhead of PyTorch and CUDA, which isn't saying anything about the actual performance of the different GPUs.