From e64d03da4c707cdf7f557fb88da8e6ba9104d450 Mon Sep 17 00:00:00 2001 From: kalomaze <66376113+kalomaze@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:01:38 -0500 Subject: [PATCH] missing colon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33fd372..90fea09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 8/1 Changelog +# 8/1 Changelog: - Completely rewrote the code for `infer-web.py` to be more optimized. - Added minor optimizations in `my_utils.py`, as well as a new function to gauge if a file is long enough to train with (0.76s) - Due to optimization, inferencing seems to be decently faster, while training seems to be marginally faster.