[ARTalk](https://github.com/xg-chu/ARTalk/tree/main)/[app](https://github.com/xg-chu/ARTalk/tree/main/app)/[modules](https://github.com/xg-chu/ARTalk/tree/main/app/modules) /style_encoder.py positionEncoder should be def forward(self, x): x = x + self.pe[:, :x.size(1), :] return self.dropout(x) ?
ARTalk/app/modules
/style_encoder.py
positionEncoder should be
def forward(self, x):
x = x + self.pe[:, :x.size(1), :]
return self.dropout(x)
?