Skip to content

Commit

Permalink
fix parameter size overview img
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisugi committed Dec 8, 2024
1 parent b24759b commit ed448f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@

.VPDoc.has-aside .content-container {
max-width: 1168px !important;
}

img {
max-width: min(720px, 100%);
}
Binary file modified figures/parameter_size_overview_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/parameter_size_overview_ja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion figures/scripts/parameter_size_overview_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def draw_figure(df: pd.DataFrame, locale: Literal['ja', 'en']):
plt.xticks(rotation=45)
plt.subplots_adjust(left=0.075, right=0.975, bottom=0.1, top=0.975)
plt.legend()
plt.savefig(f"../parameter_size_overview_{locale}.png", dpi=72)
plt.savefig(f"../parameter_size_overview_{locale}.png", dpi=144)


if __name__ == "__main__":
Expand Down

0 comments on commit ed448f6

Please sign in to comment.