Skip to content

Commit

Permalink
Add neuron indices
Browse files Browse the repository at this point in the history
Bench: 2134743
  • Loading branch information
SzilBalazs committed Aug 16, 2023
1 parent c9da70e commit f4ab06a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/network_to_img.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def main():
for i in range(12):
axs[7][i].set_xlabel(col_labels[i])

for i in range(8):
axs[i][0].set_ylabel(i + base * 8 + 1)

plt.savefig(f'img/network_{base}.png')


Expand Down

0 comments on commit f4ab06a

Please sign in to comment.