Skip to content
Snippets Groups Projects
Commit 7aab23b7 authored by Elizabeth's avatar Elizabeth
Browse files

Changed # of runs from 1 to 100

parent f6ce775c
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ int main(){
int batch_count = test_input_size / batch_size;
float final_accuracy = 0.0;
int total_runs = 1; //100;
int total_runs = 100;
Profiler profiler;
profiler.start_profiler();
......
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