Modified decoder and decoder for sequential architecture

This commit is contained in:
GassiGiuseppe
2025-10-06 18:20:46 +02:00
parent 456ce724fe
commit e1549d4458
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ class Encoder(
# 8) Layer Normalization
x = self.__layer_norm_2(x)
return x
return x,padding_mask
# use eval to disable dropout ecc