Skip to content
Snippets Groups Projects
Commit e3f54677 authored by Akash Kothari's avatar Akash Kothari
Browse files

Add graphs for different benchmarks and fix batch sizes for alexnets

parent ee06d981
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
File added
File added
File added
File added
File added
File added
......@@ -493,7 +493,7 @@ int main() {
args->dense_1_b = dense_1_b;
args->dense_1_b_bytes = 0;
int batch_size = 250;
int batch_size = 500;
int test_input_size = 5000;
int batch_count = test_input_size / batch_size;
......
......@@ -558,7 +558,7 @@ int main() {
args->dense_3_b = dense_3_b;
args->dense_3_b_bytes = 0;
int batch_size = 100;
int batch_size = 200;
int test_input_size = 4000;
int batch_count = test_input_size / batch_size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment