From 52d13b321f735f4cd1d384872ad063d42c3ada68 Mon Sep 17 00:00:00 2001 From: mrq Date: Tue, 30 Jul 2024 22:24:38 -0500 Subject: [PATCH] I rather have it default to non-strict loading instead so I can clean up YAMLs --- vall_e/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vall_e/config.py b/vall_e/config.py index fe601a0..1430368 100755 --- a/vall_e/config.py +++ b/vall_e/config.py @@ -593,7 +593,7 @@ class Trainer: load_state_dict: bool = False load_states: bool = True - strict_loading: bool = True + strict_loading: bool = False load_module_only: bool = False restart_step_count: bool = False