Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Feb 20, 2024
1 parent cc9298d commit 21dc9cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion herm/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def draw_per_token_reward(
title = "Cumulative substring rewards"
ax.set_title(title, pad=20)

fig.tight_layout()
# fig.tight_layout()
fig.subplots_adjust(left=0.5)
if output_path:
print(f"Saving per-token-reward heatmap to {output_path}")
plt.savefig(output_path, transparent=True, dpi=120)
Expand Down

0 comments on commit 21dc9cd

Please sign in to comment.