Commit f18f4fd3 by libei

close the pirntf logs

parent b6622104
......@@ -144,8 +144,8 @@ class TransformerEncoder(FairseqEncoder):
if self.normalize:
x = self.layer_norm(x)
print('enc_output:', x.size())
print('enc_output:', x[0][0][:10])
# print('enc_output:', x.size())
# print('enc_output:', x[0][0][:10])
return {
'encoder_out': x, # T x B x C
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论