I rather have it default to non-strict loading instead so I can clean up YAMLs
This commit is contained in:
parent
d7c6be6f78
commit
52d13b321f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user