Hi, I have compared the performance between px2 and my computer with gtx950.
I did like bellow.
deeplearning platform: caffe
dataset: mnist
net: lenet
yes,I just do a basic example in caffe.
I test with command “./build/tools/caffe time --model=examples/mnist/lenet.prototxt --gpu 0”
the result like below:
gtx950 px2
data forward: 0.00146304 0.00739456ms
data backward: 0.00144768ms 0.00909312ms
conv1 forward: 0.687928ms 3.34672ms
conv1 backward: 0.421037ms 3.21993ms
…
average forward pass: 1.53327ms 7.44161ms
average backward pass:1.02709ms 6.92709ms
total time : 130.293ms 731.213ms
form the result, I have to get the conclusion that px2 is much weaker than gtx950.
so, am I right? anyone could help me? I will be so appreciated!!