From f68789faad0aff9957e675a7edb21b0cb2e41f4e Mon Sep 17 00:00:00 2001 From: smgr Date: Sun, 10 May 2026 03:05:54 -0700 Subject: [PATCH] add project description file --- description | 1 + trainlib/utils/custom.mplstyle | 1 + 2 files changed, 2 insertions(+) create mode 100644 description diff --git a/description b/description new file mode 100644 index 0000000..ca4fc0c --- /dev/null +++ b/description @@ -0,0 +1 @@ +Minimal framework for ML modeling, supporting advanced dataset operations and streamlined training workflows. diff --git a/trainlib/utils/custom.mplstyle b/trainlib/utils/custom.mplstyle index 09f385c..c710778 100644 --- a/trainlib/utils/custom.mplstyle +++ b/trainlib/utils/custom.mplstyle @@ -11,6 +11,7 @@ font.cursive : DejaVu Sans mathtext.fontset : dejavuserif font.size : 9 figure.titlesize : 9 +figure.labelsize : 9 legend.fontsize : 9 axes.titlesize : 9 axes.labelsize : 9