mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
remove debug line
This commit is contained in:
@@ -193,7 +193,6 @@ def set_weight_decay(model, weight_decay, skip_list={"decoder.attention.v"}):
|
||||
if not param.requires_grad:
|
||||
continue
|
||||
if len(param.shape) == 1 or name in skip_list:
|
||||
print(name)
|
||||
no_decay.append(param)
|
||||
else:
|
||||
decay.append(param)
|
||||
|
||||
Reference in New Issue
Block a user