You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
i need to test a batch of pictures using resnet, this is my test.sh
./build/tools/caffe test -model examples/mytest/resnet_50/resnet_50.prototxt -weights examples/mytest/resnet_50/model/ResNet-50-model.caffemodel -iterations 10
however the test result is not as fast as the figures shown in https://software.intel.com/en-us/articles/intel-cpu-outperforms-nvidia-gpu-on-resnet-50-deep-learning-inference
i am wondering if my configuration is wrong or there is any other problems.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i need to test a batch of pictures using resnet, this is my test.sh
./build/tools/caffe test -model examples/mytest/resnet_50/resnet_50.prototxt -weights examples/mytest/resnet_50/model/ResNet-50-model.caffemodel -iterations 10
however the test result is not as fast as the figures shown in https://software.intel.com/en-us/articles/intel-cpu-outperforms-nvidia-gpu-on-resnet-50-deep-learning-inference
i am wondering if my configuration is wrong or there is any other problems.
The text was updated successfully, but these errors were encountered: