Viewing a single comment thread. View all comments

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.

19

zveroboy152 OP t1_j1xrwio wrote

It sounds like I have a lot to learn for PyTorch then. :-)

​

I'll work on re-working the script to reflect better numbers. If you have any pointers, or ideas, I'd love to hear it.

5