mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-18 06:15:30 +00:00
Fix logging statement
This commit is contained in:
@@ -134,7 +134,7 @@ def load_state_dict(model, saved_state_dict):
|
||||
new_state_dict[k] = saved_state_dict[k]
|
||||
else:
|
||||
# Use initialized value
|
||||
_LOGGER.debug("%s is not in the checkpoint for %s", k, key)
|
||||
_LOGGER.debug("%s is not in the checkpoint", k)
|
||||
new_state_dict[k] = v
|
||||
|
||||
model.load_state_dict(new_state_dict)
|
||||
|
||||
Reference in New Issue
Block a user