seredapj commited on
Commit
3c7e9c7
·
verified ·
1 Parent(s): 6cc07b6

Update activation_heatmap.py

Browse files
Files changed (1) hide show
  1. activation_heatmap.py +0 -3
activation_heatmap.py CHANGED
@@ -34,9 +34,6 @@ def heatmap_figure():
34
  start = time.time()
35
  fig = add_heatmap_traces(fig)
36
  print('add traces:', time.time() - start)
37
- with open("./test_activations_starting.pkl", 'wb') as f:
38
- print("saving activations")
39
- pickle.dump(global_data.activations, f)
40
  start = time.time()
41
  fig = add_layout(fig)
42
  print('add layout total:', time.time() - start)
 
34
  start = time.time()
35
  fig = add_heatmap_traces(fig)
36
  print('add traces:', time.time() - start)
 
 
 
37
  start = time.time()
38
  fig = add_layout(fig)
39
  print('add layout total:', time.time() - start)