bugfix in GST

This commit is contained in:
Edresson 2020-07-29 18:22:13 -03:00 committed by erogol
parent 89d338358e
commit a2ee48c28e
1 changed files with 0 additions and 2 deletions

View File

@ -559,8 +559,6 @@ def main(args): # pylint: disable=redefined-outer-name
# setup criterion
criterion = TacotronLoss(c, stopnet_pos_weight=10.0, ga_sigma=0.4)
for name, _ in model.named_parameters():
print(name)
if args.restore_path:
checkpoint = torch.load(args.restore_path, map_location='cpu')