From bbe4be98084a9ff848e280761baadfee432f6958 Mon Sep 17 00:00:00 2001 From: kalomaze <66376113+kalomaze@users.noreply.github.com> Date: Sun, 30 Jul 2023 06:31:00 -0500 Subject: [PATCH] Restore 7/28 changes --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d565f66..5aea943 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # 7/29 Changelog: - Completely rewrote the code for `infer-web.py` to be more optimized. - Added minor optimizations in `my_utils.py`. -- Due to all that, inferencing works up to 25% faster, training works up to 20-30% faster. +- Due to all that, inferencing may be faster, and training is also potentially faster. - The launch speed is increased due to lazy importing heavy modules and libraries. - Revoked from using **SQL** databases back to **CSV** data storage for less trouble on colab. + +# 7/28 Changelog: +- Undo SQL change for the sake of stability, uses csv now +- Merging checkpoints bug has been resolved + # 7/26 Changelog: - Fixed the cli inferencing traceback. - SQL Databases implemented for formanting training stop.