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

Fixed bug in prev/curr layer tracker

parent fbd05d24
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,7 @@ class Driver:
self.__aggregate_results[Driver.results_time_key][self.__config_count] += total_time
self.__aggregate_results[Driver.results_energy_key][self.__config_count] += total_energy
prev_layer = curr_layer
self.__config_count += 1
print("\n")
......
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