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

Standardized total size

parent 8338ec0a
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@ void testCifarNet(){
// NOTE: CHANGED INPUT TO STANDARDIZE
int total_runs = 50; // FOR NOW 100;
int test_input_size = 2500; //10000;
int batch_size = 2500;
int test_input_size = 5000;
int batch_size = 1000;
int batch_count = test_input_size / batch_size;
float final_accuracy = 0.0;
......
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