remove debug line

pull/10/head
Eren Golge 2019-09-28 01:11:04 +02:00
parent b76aaf8ad4
commit 8565c508e4
1 changed files with 0 additions and 1 deletions

View File

@ -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)