Update activation_heatmap.py
Browse files- 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)
|