-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmarking Systems without GPU #26
Comments
Hi, without GPU, please remove line 116 and line 117 , which are used for GPU power collection, in the file of It is correct of your understanding that you need to write your own configuration file for your benchmarks. For data preparation, you also need to unzip the data file that you downloaded, and put them in the directory of $HOME/data. |
Yup, now the errors related to gpus are gone. However, I get the following error message.
In addition, the current log files generated are,
and we are running it without GPUs |
You can narrow down the cause of the problem by testing MXNet only. Direct to dlbench/tools/mxnet and run testbm.sh. You may need to modify the script and comment out the lines for GPU tests. You can also append the flag -debug to each test line so that more info will be given to help you debug. |
Okay, shall try the same. Some of the testbm.sh do not have the test statements for CPUs. I am assuming that if I pass -cpuCount 20 instead of -gpuCount 1, that would solve the problem |
Hi Team,
I am trying to benchmark a system without gpu. However, while running the benchmark script, it looks for nvidia-smi.
This is the same error that I get with fcn5, alexnet, resnet,lstm.
In addition, we plan to run the benchmarking on mxnet, tensorflow and caffe. So from the documentation, I understand that we need to copy the zip files to $HOME/data. However, we need to use the configuration file that is associated with the particular framework for it to work. Is that correct?
The text was updated successfully, but these errors were encountered: