Geforce 1080ti vs Quadro P4000 for neural networks and deep learning

조회 수: 21 (최근 30일)
Roberto
Roberto 2017년 11월 16일
댓글: Roberto 2017년 11월 16일
Which one is better (at the same price) for training shallow and deep networks in neural network toolbox (r2017b)?
Looking at their specs (11,340 gflops vs 5,304 gflops) the 1080ti seems the one with higher performance/cost ratio but I heard of some cuda issue with geforce line in neural network toolbox. Is 1080ti fully supported in r2017b release? Any other advice?
Thanks
  댓글 수: 2
Walter Roberson
Walter Roberson 2017년 11월 16일
The 1080 series was not fully supported in R2016b, but that has been fixed I believe.
Are you planning to use single precision or double precision? The two have significant double precision performance differences.
Roberto
Roberto 2017년 11월 16일
I never changed the standard setting in matlab that i think is double precision. What's the problem with double precision and 1080 series?

댓글을 달려면 로그인하십시오.

채택된 답변

Joss Knight
Joss Knight 2017년 11월 16일
On the face of it the GTX 1080Ti is an all-round better performing card than the Quadro P4000 for deep learning applications, with better compute power and memory size. However, it will have considerably worse double precision performance. Deep learning is all in single precision, but if you are supplementing your deep learning with any standard computation, for instance systems modelling, data analysis or statistics, you will see performance on the 1080 barely much better than your CPU.
The 1080 doesn't support remote desktop which means that if you want to access the machine remotely, you'll find you can't use the GPU if you're using it for graphics as well. The current best-in-show for deep learning on the desktop is the Titan Xp.
  댓글 수: 3
Joss Knight
Joss Knight 2017년 11월 16일
Yes, you're quite right, thanks Walter.
Roberto
Roberto 2017년 11월 16일
Considering that I have no reason to use double precision for deep learning tasks and that for standard shallow nets of small-medium size the GPU is not much better than the CPU, I think at this point that 1080ti (or titan xp) is the only suitable option for the <1000$ price range. Thank you guys!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Parallel and Cloud에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by