mirror of
https://github.com/wassname/TTS.git
synced 2026-09-06 16:30:13 +08:00
if reinit option is used run runtime rrror to partially iniot the model
This commit is contained in:
@@ -392,6 +392,8 @@ def main(args):
|
||||
# TODO: fix optimizer init, model.cuda() needs to be called before
|
||||
# optimizer restore
|
||||
# optimizer.load_state_dict(checkpoint['optimizer'])
|
||||
if len(c.reinit_layers) > 0:
|
||||
raise RuntimeError
|
||||
model.load_state_dict(checkpoint['model'])
|
||||
except:
|
||||
print(" > Partial model initialization.")
|
||||
|
||||
Reference in New Issue
Block a user