Skip to content
Snippets Groups Projects
Commit 5b4811b8 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed syncronization problem with tuner

parent 475b44d2
No related branches found
No related tags found
No related merge requests found
...@@ -158,8 +158,8 @@ int main(){ ...@@ -158,8 +158,8 @@ int main(){
fifo_write_batch(fp, result); fifo_write_batch(fp, result);
freeBatchMemory(); freeBatchMemory();
} }
fclose(fp);
write_accuracy(total_accuracy / input_size); write_accuracy(total_accuracy / input_size);
fclose(fp);
__hpvm__cleanup(); __hpvm__cleanup();
} }
......
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